Add mips and s390 build targets for gold.
authorCary Coutant <ccoutant@gmail.com>
Thu, 17 Mar 2016 22:37:10 +0000 (15:37 -0700)
committerCary Coutant <ccoutant@gmail.com>
Thu, 17 Mar 2016 22:37:10 +0000 (15:37 -0700)
* configure.ac: Add mips and s390 to the gold target check.
* configure: Regenerate.

ChangeLog
configure
configure.ac

index 6c663accfa0f4ba2b74e8217fc11d556372ade34..3904dc134d82b4c1afde5a3ca1aa1fedef83767a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-03-17  Cary Coutant  <ccoutant@gmail.com>
+
+       * configure.ac: Add mips and s390 to the gold target check.
+       * configure: Regenerate.
+
 2016-02-10  Nick Clifton  <nickc@redhat.com>
 
        Import these patches from the GCC mainline:
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
This page took 0.035259 seconds and 4 git commands to generate.