diff options
author | Jia Liu <proljc@gmail.com> | 2013-04-22 16:26:15 +0000 |
---|---|---|
committer | Jia Liu <proljc@gmail.com> | 2013-04-22 16:26:15 +0000 |
commit | a626be362b35fcb9269019d4f9cb25aaf9ddeb14 (patch) | |
tree | af336242181f2c48f140649ee8770c85c2333419 /configure | |
parent | bbc65149945b1a2eac179f6d7b920f00102942fd (diff) |
Add AArch64 into $llvm_cv_target_arch in configure, reviewed by Tim Northover & Eric Christopher
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180025 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |