summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorTim Northover <Tim.Northover@arm.com>2013-02-04 12:32:21 +0000
committerTim Northover <Tim.Northover@arm.com>2013-02-04 12:32:21 +0000
commit4c40840d385835be0bc478cc0b957ff8f2beba95 (patch)
treed368b7d25e877d6cc3d9a0c2a0a3e2b8cb2bbf23 /autoconf
parent4f12e53f4a810075cc62d1edae1f859e90f9a837 (diff)
downloadllvm-4c40840d385835be0bc478cc0b957ff8f2beba95.tar.gz
llvm-4c40840d385835be0bc478cc0b957ff8f2beba95.tar.bz2
llvm-4c40840d385835be0bc478cc0b957ff8f2beba95.tar.xz
Enable AArch64 as a target built by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174322 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 4c3af79edc..c1f2884145 100644
--- a/autoconf/configure.ac
+++ b/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" ;;