diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-16 08:24:29 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2012-12-16 08:24:29 +0100 |
commit | 0e76460fddde9192e21f1a00c52bdb977153d7c8 (patch) | |
tree | 58dfe3d98d6aa5f6db74b02c0b13f6a7ba996068 /configure.ac | |
parent | e45dd2bb64190a02fb023b1be2f434df761ca478 (diff) | |
download | gcc-0e76460fddde9192e21f1a00c52bdb977153d7c8.zip gcc-0e76460fddde9192e21f1a00c52bdb977153d7c8.tar.gz gcc-0e76460fddde9192e21f1a00c52bdb977153d7c8.tar.bz2 |
configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
* configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
* configure: Regenerate.
From-SVN: r194529
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |