Enable AArch64 as a target built by default.
authorTim Northover <Tim.Northover@arm.com>
Mon, 4 Feb 2013 12:32:21 +0000 (12:32 +0000)
committerTim Northover <Tim.Northover@arm.com>
Mon, 4 Feb 2013 12:32:21 +0000 (12:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174322 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt
autoconf/configure.ac
configure

index e9d8e8530a9eb011c48cce0c40722bf5a18a3118..ed2c405f5d9c2bbb7c79a78837aaf9cd9b8bfd67 100644 (file)
@@ -74,6 +74,7 @@ set(LLVM_EXAMPLES_BINARY_DIR ${LLVM_BINARY_DIR}/examples)
 set(LLVM_LIBDIR_SUFFIX "" CACHE STRING "Define suffix of library directory name (32/64)" )
 
 set(LLVM_ALL_TARGETS
+  AArch64
   ARM
   CppBackend
   Hexagon
index 4c3af79edcd824d9b52374b0fee457d1ddacbb7b..c1f2884145e4c39469dfce82600370f73ea30c39 100644 (file)
@@ -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" ;;
index 0b7d714d311cb0db2c48840ed43c79c646634009..fc59c4df3265d30735342ec4caab8c4310b5f595 100755 (executable)
--- a/configure
+++ b/configure
@@ -5602,7 +5602,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" ;;