* configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
authorThomas Schwinge <tschwinge@gnu.org>
Sun, 16 Dec 2012 07:10:07 +0000 (07:10 +0000)
committerThomas Schwinge <tschwinge@gnu.org>
Sun, 16 Dec 2012 07:10:07 +0000 (07:10 +0000)
* configure: Regenerate.

ChangeLog
configure
configure.ac

index 62905669b6040dd20e365c06c9ef79f3074c0109..49ac2c3bd458ee716c021d7e52b91b2e9ecaf422 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-11  H.J. Lu  <hongjiu.lu@intel.com>
 
        * Makefile.def (target_modules): Add bootstrap=true and
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
This page took 0.040245 seconds and 4 git commands to generate.