]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
authorThomas Schwinge <thomas@codesourcery.com>
Sun, 16 Dec 2012 07:24:29 +0000 (08:24 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Sun, 16 Dec 2012 07:24:29 +0000 (08:24 +0100)
* configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
* configure: Regenerate.

From-SVN: r194529

ChangeLog
configure
configure.ac

index 81271dc43094fbc34524395d1266896d3672e679..afaf41345246611cfb322a709947dba14c803f4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
+       * configure: Regenerate.
+
 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
 
        * config.sub: Merge from config repo.
index acff17345db651e30a4460ff1f078315a2955931..8a3227516df60c44ba7769fd0654e46aa90cfe00 100755 (executable)
--- a/configure
+++ b/configure
@@ -2950,7 +2950,7 @@ case "${ENABLE_GOLD}" in
     is_elf=no
     case "${target}" in
       *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
-      | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
+      | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
       | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
       | *-*-solaris2* | *-*-nto* | *-*-nacl*)
         case "${target}" in
index a92ff3af8b0be0c47b2d233ab991506e62346c71..02720ee1b156a7e09326716424cf78dba8209e65 100644 (file)
@@ -315,7 +315,7 @@ case "${ENABLE_GOLD}" in
     is_elf=no
     case "${target}" in
       *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
-      | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
+      | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
       | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
       | *-*-solaris2* | *-*-nto* | *-*-nacl*)
         case "${target}" in