diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-02-05 06:26:43 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-02-05 06:26:43 +0000 |
| commit | 03e6bc6676578d02108071827cf2e0cccb93aa2a (patch) | |
| tree | 8522513184eca188046ac2b8801994af426a89c7 /llvm/configure | |
| parent | 1b82081e0e5c89e437d26d4cd0790ee5765faac9 (diff) | |
| download | bcm5719-llvm-03e6bc6676578d02108071827cf2e0cccb93aa2a.tar.gz bcm5719-llvm-03e6bc6676578d02108071827cf2e0cccb93aa2a.zip | |
SparcV8 -> Sparc
llvm-svn: 25989
Diffstat (limited to 'llvm/configure')
| -rwxr-xr-x | llvm/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/configure b/llvm/configure index fd6d6f3c625..1460c2ed2c2 100755 --- a/llvm/configure +++ b/llvm/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" ;; |

