diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2012-12-16 07:10:07 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2012-12-16 07:10:07 +0000 |
commit | 2344b8da6ee2fa235bce354c0da505933c055559 (patch) | |
tree | cd911932df14160e68f77eedbb8700d2e192bce5 | |
parent | 67c50e6ecc57610c7a16ba0131f3684ffdf4c92c (diff) | |
download | gdb-2344b8da6ee2fa235bce354c0da505933c055559.zip gdb-2344b8da6ee2fa235bce354c0da505933c055559.tar.gz gdb-2344b8da6ee2fa235bce354c0da505933c055559.tar.bz2 |
* configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
* configure: Regenerate.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -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 @@ -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 diff --git a/configure.ac b/configure.ac index a92ff3a..02720ee 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |