Sync top-level configure.ac with binutils-gdb.
authorCary Coutant <ccoutant@gmail.com>
Thu, 17 Mar 2016 22:54:19 +0000 (15:54 -0700)
committerCary Coutant <ccoutant@gcc.gnu.org>
Thu, 17 Mar 2016 22:54:19 +0000 (15:54 -0700)
2016-03-17  Cary Coutant  <ccoutant@gmail.com>

* configure.ac: Add mips and s390 to the gold target check.
* configure: Regenerate.

From-SVN: r234309

ChangeLog
configure
configure.ac

index 5573a74fe3f63e43a081cc526d7f7745a7c451c0..b5903d424af0d662ffd703b0fad3539b3cce03b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2016-03-17  Cary Coutant  <ccoutant@gmail.com>
+
+       Sync with binutils-gdb:
+
+       2016-03-17  Cary Coutant  <ccoutant@gmail.com>
+
+       * configure.ac: Add mips and s390 to the gold target check.
+       * configure: Regenerate.
+
 2016-03-01  DJ Delorie  <dj@redhat.com>
 
        * MAINTAINERS (mep): Remove myself as MeP maintainer.
index 89c863ca97cce36aa7e6a148eed95d6f580d153b..35f231ea92bdae7d9dbd46c63c2a6e054ed44fe8 100755 (executable)
--- a/configure
+++ b/configure
@@ -2973,7 +2973,7 @@ case "${ENABLE_GOLD}" in
       # Check for target supported by gold.
       case "${target}" in
         i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
-        | aarch64*-*-* | tilegx*-*-*)
+        | aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-*)
          configdirs="$configdirs gold"
          if test x${ENABLE_GOLD} = xdefault; then
            default_ld=gold
index 321b90896f080c50b6377fc7bf9d00b9b0e8d835..74bf58aad93b8a51fe161d3a71748d38b27c6907 100644 (file)
@@ -351,7 +351,7 @@ case "${ENABLE_GOLD}" in
       # Check for target supported by gold.
       case "${target}" in
         i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
-        | aarch64*-*-* | tilegx*-*-*)
+        | aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-*)
          configdirs="$configdirs gold"
          if test x${ENABLE_GOLD} = xdefault; then
            default_ld=gold