Add aarch64 to list of targets that support gold.
authorJing Yu <jingyu@google.com>
Fri, 3 Oct 2014 21:48:14 +0000 (14:48 -0700)
committerJing Yu <jingyu@google.com>
Fri, 3 Oct 2014 21:48:14 +0000 (14:48 -0700)
This patch was committed to GCC trunk as revision 215865.
2014-10-03  Jing Yu  <jingyu@google.com>
* configure.ac: Add aarch64 to list of targets that support gold.
* configure: Regenerate.

ChangeLog
configure
configure.ac

index e76267edef2749b4d396410c1e1c05392a978517..720494197ac7cfe76a23702fc4ad0d6a80ae14f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-03  Jing Yu  <jingyu@google.com>
+
+       * configure.ac: Add aarch64 to list of targets that support gold.
+       * configure: Regenerate.
+
 2014-09-12  Andrew Bennett  <andrew.bennett@imgtec.com>
 
        * configure.ac: Add mips*-img-elf* target triple.
index 4d0985e3259f64ada7e49f071b159c67f27278f8..87677bc2169f9dda29db68a358857fd802771066 100755 (executable)
--- a/configure
+++ b/configure
@@ -2971,7 +2971,8 @@ case "${ENABLE_GOLD}" in
     if test "$is_elf" = "yes"; then
       # Check for target supported by gold.
       case "${target}" in
-        i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
+        i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
+        | aarch64*-*-* | tilegx*-*-*)
          configdirs="$configdirs gold"
          if test x${ENABLE_GOLD} = xdefault; then
            default_ld=gold
index fe2fda36ab952b6cc2f7c9a328f2c18e0c554253..4bb4865d84fa9cb003d450864d00db21c3201876 100644 (file)
@@ -331,7 +331,8 @@ case "${ENABLE_GOLD}" in
     if test "$is_elf" = "yes"; then
       # Check for target supported by gold.
       case "${target}" in
-        i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* | tilegx*-*-*)
+        i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
+        | aarch64*-*-* | tilegx*-*-*)
          configdirs="$configdirs gold"
          if test x${ENABLE_GOLD} = xdefault; then
            default_ld=gold
This page took 0.039255 seconds and 4 git commands to generate.