summaryrefslogtreecommitdiffstats
path: root/llvm/configure
diff options
context:
space:
mode:
authorJia Liu <proljc@gmail.com>2013-04-22 16:26:15 +0000
committerJia Liu <proljc@gmail.com>2013-04-22 16:26:15 +0000
commit43eb48ebe474d4fa899530058a8c7dc5e51f9844 (patch)
treeca8e6ec71b97515b6782f8feca9efac377492608 /llvm/configure
parentc2727948995166198d8b13ec082180f5674a6248 (diff)
downloadbcm5719-llvm-43eb48ebe474d4fa899530058a8c7dc5e51f9844.tar.gz
bcm5719-llvm-43eb48ebe474d4fa899530058a8c7dc5e51f9844.zip
Add AArch64 into $llvm_cv_target_arch in configure, reviewed by Tim Northover & Eric Christopher
llvm-svn: 180025
Diffstat (limited to 'llvm/configure')
-rwxr-xr-xllvm/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/configure b/llvm/configure
index e70b13100a7..18eacfe4344 100755
--- a/llvm/configure
+++ b/llvm/configure
@@ -5625,6 +5625,7 @@ case "$enableval" in
x86_64) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;;
Sparc) TARGETS_TO_BUILD="Sparc $TARGETS_TO_BUILD" ;;
PowerPC) TARGETS_TO_BUILD="PowerPC $TARGETS_TO_BUILD" ;;
+ AArch64) TARGETS_TO_BUILD="AArch64 $TARGETS_TO_BUILD" ;;
ARM) TARGETS_TO_BUILD="ARM $TARGETS_TO_BUILD" ;;
Mips) TARGETS_TO_BUILD="Mips $TARGETS_TO_BUILD" ;;
MBlaze) TARGETS_TO_BUILD="MBlaze $TARGETS_TO_BUILD" ;;
@@ -10497,7 +10498,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 10500 "configure"
+#line 10501 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
OpenPOWER on IntegriCloud