]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Restore "Consider *-*-nacl* targets ELF for gold"
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 15 Nov 2012 14:10:39 +0000 (14:10 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 15 Nov 2012 14:10:39 +0000 (14:10 +0000)
* configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
* configure: Regenerate.

ChangeLog
configure
configure.ac

index 7c1ac2e001078f296695f7fa4c8a38e981411154..283c3449a27ec89700c686e866b80954e682c6ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-14  Roland McGrath  <mcgrathr@google.com>
+
+       * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
+       * configure: Regenerate.
+
 2012-11-13  Richard Henderson  <rth@redhat.com>
 
        * configure.ac: Move libsanitizer logic to subdirectory.
index 45e521e99286b1ea21a997ae09f9b09376f241d8..d72d4f93f9c5002df0c6796ef41b5ffcb94c7c5d 100755 (executable)
--- a/configure
+++ b/configure
@@ -2952,7 +2952,7 @@ case "${ENABLE_GOLD}" in
       *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
       | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
       | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
-      | *-*-solaris2* | *-*-nto*)
+      | *-*-solaris2* | *-*-nto* | *-*-nacl*)
         case "${target}" in
           *-*-linux*aout* | *-*-linux*oldld*)
             ;;
index 91ccb3dd0c65a3118e3754aedc1047c18e8d0607..24ea7e526a3ff6b16d7d483ce84a24b848368586 100644 (file)
@@ -317,7 +317,7 @@ case "${ENABLE_GOLD}" in
       *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
       | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
       | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
-      | *-*-solaris2* | *-*-nto*)
+      | *-*-solaris2* | *-*-nto* | *-*-nacl*)
         case "${target}" in
           *-*-linux*aout* | *-*-linux*oldld*)
             ;;