summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2012-12-16 07:10:07 +0000
committerThomas Schwinge <tschwinge@gnu.org>2012-12-16 07:10:07 +0000
commit2344b8da6ee2fa235bce354c0da505933c055559 (patch)
treecd911932df14160e68f77eedbb8700d2e192bce5 /configure.ac
parent67c50e6ecc57610c7a16ba0131f3684ffdf4c92c (diff)
* configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a92ff3af8b..02720ee1b1 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