[llvm-commits] CVS: llvm/configure
Chris Lattner
lattner at cs.uiuc.edu
Thu Apr 20 10:01:32 PDT 2006
Changes in directory llvm:
configure updated: 1.223 -> 1.224
---
Log message:
Never build SparcV9
---
Diffs of the changes: (+3 -3)
configure | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/configure
diff -u llvm/configure:1.223 llvm/configure:1.224
--- llvm/configure:1.223 Wed Apr 19 18:47:16 2006
+++ llvm/configure Thu Apr 20 12:01:19 2006
@@ -3107,12 +3107,12 @@
enableval=all
fi;
case "$enableval" in
- all) TARGETS_TO_BUILD="X86 Sparc SparcV9 PowerPC Alpha IA64" ;;
+ all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha IA64" ;;
host-only)
case "$llvm_cv_target_arch" in
x86) TARGETS_TO_BUILD="X86" ;;
x86_64) TARGETS_TO_BUILD="X86" ;;
- Sparc) TARGETS_TO_BUILD="Sparc SparcV9" ;;
+ Sparc) TARGETS_TO_BUILD="Sparc" ;;
PowerPC) TARGETS_TO_BUILD="PowerPC" ;;
Alpha) TARGETS_TO_BUILD="Alpha" ;;
IA64) TARGETS_TO_BUILD="IA64" ;;
@@ -3125,7 +3125,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="Sparc SparcV9 $TARGETS_TO_BUILD" ;;
+ sparc) TARGETS_TO_BUILD="Sparc $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