diff options
author | tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-12-16 07:24:29 +0000 |
---|---|---|
committer | tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-12-16 07:24:29 +0000 |
commit | e4c33dd2dc25dab6461faa6658ab62c964a07b91 (patch) | |
tree | 58dfe3d98d6aa5f6db74b02c0b13f6a7ba996068 /configure | |
parent | 3c29d81dbd62a8962a577386e3a0b1f264ef71d3 (diff) | |
download | gcc-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-x | configure | 2 |
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 |