summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2012-12-16 07:24:29 +0000
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2012-12-16 07:24:29 +0000
commite4c33dd2dc25dab6461faa6658ab62c964a07b91 (patch)
tree58dfe3d98d6aa5f6db74b02c0b13f6a7ba996068 /configure
parent3c29d81dbd62a8962a577386e3a0b1f264ef71d3 (diff)
downloadgcc-e4c33dd2dc25dab6461faa6658ab62c964a07b91.tar.gz
* configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
* configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194529 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index acff17345db..8a3227516df 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