diff options
author | Tim Northover <Tim.Northover@arm.com> | 2013-02-04 12:32:21 +0000 |
---|---|---|
committer | Tim Northover <Tim.Northover@arm.com> | 2013-02-04 12:32:21 +0000 |
commit | 43852f20ef7e131d1b80000f6f285911d32984c3 (patch) | |
tree | 551a0d118baf79878712dd4254f50ab9f0360450 /llvm/autoconf | |
parent | 37b131f6070592207988f7a86d72be95dccbdb1d (diff) | |
download | bcm5719-llvm-43852f20ef7e131d1b80000f6f285911d32984c3.tar.gz bcm5719-llvm-43852f20ef7e131d1b80000f6f285911d32984c3.zip |
Enable AArch64 as a target built by default.
llvm-svn: 174322
Diffstat (limited to 'llvm/autoconf')
-rw-r--r-- | llvm/autoconf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac index 4c3af79edcd..c1f2884145e 100644 --- a/llvm/autoconf/configure.ac +++ b/llvm/autoconf/configure.ac @@ -786,7 +786,7 @@ if test "$enableval" = host-only ; then enableval=host fi case "$enableval" in - all) TARGETS_TO_BUILD="X86 Sparc PowerPC ARM Mips XCore MSP430 CppBackend MBlaze NVPTX Hexagon" ;; + all) TARGETS_TO_BUILD="X86 Sparc PowerPC AArch64 ARM Mips XCore MSP430 CppBackend MBlaze NVPTX Hexagon" ;; *)for a_target in `echo $enableval|sed -e 's/,/ /g' ` ; do case "$a_target" in x86) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;; |