From 2344b8da6ee2fa235bce354c0da505933c055559 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 16 Dec 2012 07:10:07 +0000 Subject: [PATCH] * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF. * configure: Regenerate. --- ChangeLog | 5 +++++ configure | 2 +- configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6290566..49ac2c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-12-16 Thomas Schwinge + + * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF. + * configure: Regenerate. + 2012-12-11 H.J. Lu * Makefile.def (target_modules): Add bootstrap=true and diff --git a/configure b/configure index acff173..8a32275 100755 --- 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 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 -- 2.7.4