summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2013-05-06 16:23:07 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2013-05-06 16:23:07 +0000
commit92b2085cd3962d8647bdb75904819e28205a8f9c (patch)
tree3ca498cec143cf852bbe45177bba5833300a00ac /llvm/autoconf
parent1ceebf6ee0b61699d7325b23821357693e843ca0 (diff)
downloadbcm5719-llvm-92b2085cd3962d8647bdb75904819e28205a8f9c.tar.gz
bcm5719-llvm-92b2085cd3962d8647bdb75904819e28205a8f9c.zip
[SystemZ] Add to --enable-targets=all
This patch finally enables the SystemZ target in the default build (with --enable-targets=all). Patch by Richard Sandiford. llvm-svn: 181209
Diffstat (limited to 'llvm/autoconf')
-rw-r--r--llvm/autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index 03eb94bcba5..adcfa494651 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -804,7 +804,7 @@ if test "$enableval" = host-only ; then
enableval=host
fi
case "$enableval" in
- all) TARGETS_TO_BUILD="X86 Sparc PowerPC AArch64 ARM Mips XCore MSP430 CppBackend MBlaze NVPTX Hexagon" ;;
+ all) TARGETS_TO_BUILD="X86 Sparc PowerPC AArch64 ARM Mips XCore MSP430 CppBackend MBlaze NVPTX Hexagon SystemZ" ;;
*)for a_target in `echo $enableval|sed -e 's/,/ /g' ` ; do
case "$a_target" in
x86) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;;
OpenPOWER on IntegriCloud