summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-05 06:26:43 +0000
committerChris Lattner <sabre@nondot.org>2006-02-05 06:26:43 +0000
commit35409221bc8c170c71041594927aaf2b2a6d4832 (patch)
tree8f364e130854046ecff6379cc78649366f00733c /configure
parent762236c04f706d1178a87d81107626c5c52eced0 (diff)
downloadllvm-35409221bc8c170c71041594927aaf2b2a6d4832.tar.gz
llvm-35409221bc8c170c71041594927aaf2b2a6d4832.tar.bz2
llvm-35409221bc8c170c71041594927aaf2b2a6d4832.tar.xz
SparcV8 -> Sparc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25989 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index fd6d6f3c62..1460c2ed2c 100755
--- a/configure
+++ b/configure
@@ -3078,12 +3078,12 @@ else
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 @@ echo "$as_me: error: Can not set target to build" >&2;}
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" ;;