[llvm-commits] CVS: llvm/configure
Chris Lattner
lattner at cs.uiuc.edu
Sat Feb 4 22:26:55 PST 2006
Changes in directory llvm:
configure updated: 1.208 -> 1.209
---
Log message:
SparcV8 -> Sparc
---
Diffs of the changes: (+3 -3)
configure | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/configure
diff -u llvm/configure:1.208 llvm/configure:1.209
--- llvm/configure:1.208 Mon Jan 23 02:15:53 2006
+++ llvm/configure Sun Feb 5 00:26:43 2006
@@ -3078,12 +3078,12 @@
enableval=all
fi;
case "$enableval" in
- all) TARGETS_TO_BUILD="X86 SparcV8 SparcV9 PowerPC Alpha IA64 Skeleton" ;;
+ all) TARGETS_TO_BUILD="X86 Sparc SparcV9 PowerPC Alpha IA64 Skeleton" ;;
host-only)
case "$llvm_cv_target_arch" in
x86) TARGETS_TO_BUILD="X86" ;;
x86_64) TARGETS_TO_BUILD="X86" ;;
- Sparc) TARGETS_TO_BUILD="SparcV8 SparcV9" ;;
+ Sparc) TARGETS_TO_BUILD="Sparc SparcV9" ;;
PowerPC) TARGETS_TO_BUILD="PowerPC" ;;
Alpha) TARGETS_TO_BUILD="Alpha" ;;
IA64) TARGETS_TO_BUILD="IA64" ;;
@@ -3096,7 +3096,7 @@
case "$a_target" in
x86) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;;
x86_64) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;;
- sparc) TARGETS_TO_BUILD="SparcV8 SparcV9 $TARGETS_TO_BUILD" ;;
+ sparc) TARGETS_TO_BUILD="Sparc SparcV9 $TARGETS_TO_BUILD" ;;
powerpc) TARGETS_TO_BUILD="PowerPC $TARGETS_TO_BUILD" ;;
alpha) TARGETS_TO_BUILD="Alpha $TARGETS_TO_BUILD" ;;
ia64) TARGETS_TO_BUILD="IA64 $TARGETS_TO_BUILD" ;;
More information about the llvm-commits
mailing list