Sync top-level configure.ac with binutils-gdb.
authorccoutant <ccoutant@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Mar 2016 22:54:19 +0000 (22:54 +0000)
committerccoutant <ccoutant@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Mar 2016 22:54:19 +0000 (22:54 +0000)
2016-03-17  Cary Coutant  <ccoutant@gmail.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234309 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index 5573a74..b5903d4 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 89c863c..35f231e 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 321b908..74bf58a 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