summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2011-05-29 19:44:55 +0000
committerJohn McCall <rjmccall@apple.com>2011-05-29 19:44:55 +0000
commitbe6d0c0aea800a98b517adb223f3830b4ea150d2 (patch)
treec4c34bedcb6add3cd657d7e529dbf91f64472ad8 /llvm/autoconf
parente64371b932872810c89814e2096cc752bb7cb2cf (diff)
downloadbcm5719-llvm-be6d0c0aea800a98b517adb223f3830b4ea150d2.tar.gz
bcm5719-llvm-be6d0c0aea800a98b517adb223f3830b4ea150d2.zip
...this is not a good commit day for me.
llvm-svn: 132294
Diffstat (limited to 'llvm/autoconf')
-rw-r--r--llvm/autoconf/configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index e8f24c1e058..f0e7c421133 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -605,7 +605,7 @@ if test "$enableval" = host-only ; then
enableval=host
fi
case "$enableval" in
- all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha ARM Glulx Mips CellSPU XCore MSP430 SystemZ Blackfin CBackend CppBackend MBlaze PTX" ;;
+ all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha ARM Mips CellSPU XCore MSP430 SystemZ Blackfin CBackend CppBackend MBlaze PTX" ;;
*)for a_target in `echo $enableval|sed -e 's/,/ /g' ` ; do
case "$a_target" in
x86) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;;
@@ -614,7 +614,6 @@ case "$enableval" in
powerpc) TARGETS_TO_BUILD="PowerPC $TARGETS_TO_BUILD" ;;
alpha) TARGETS_TO_BUILD="Alpha $TARGETS_TO_BUILD" ;;
arm) TARGETS_TO_BUILD="ARM $TARGETS_TO_BUILD" ;;
- glulx) TARGETS_TO_BUILD="Glulx $TARGETS_TO_BUILD" ;;
mips) TARGETS_TO_BUILD="Mips $TARGETS_TO_BUILD" ;;
spu) TARGETS_TO_BUILD="CellSPU $TARGETS_TO_BUILD" ;;
xcore) TARGETS_TO_BUILD="XCore $TARGETS_TO_BUILD" ;;
OpenPOWER on IntegriCloud