Add aarch64 to list of targets that support gold.
authorJing Yu <jingyu@google.com>
Fri, 3 Oct 2014 17:38:00 +0000 (17:38 +0000)
committerJing Yu <jingyu@gcc.gnu.org>
Fri, 3 Oct 2014 17:38:00 +0000 (17:38 +0000)
2014-09-18  Jing Yu  <jingyu@google.com>
      * configure.ac: Add aarch64 to list of targets that support gold.
      * configure: Regenerate.

From-SVN: r215865

ChangeLog
configure
configure.ac

index 928a6da80f398b5492d06c873d778453c8508810..911026badc6f3c599af4702a4c506cd289e3791d 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-29  François Dumont  <fdumont@gcc.gnu.org>
 
        * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
index 55fca62a5d6d59c5ea17e2dc56229a247755a774..591fcfb6f1941914cf67c5e862d7496254915aa3 100755 (executable)
--- a/configure
+++ b/configure
@@ -2940,7 +2940,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 2dc657f0f6a238cc6de537fe02e1a3a6f68e5a27..e4566a182060bc4f36ebd3a9255af7bb796ef7aa 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