diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-16 07:10:07 +0000 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-16 07:10:07 +0000 |
commit | 0d6e26f8ff16ea4c8d17b65d3a713a85eb299f0b (patch) | |
tree | e88f8bebd47524a36d0120e0a9e4850e87344ff5 /configure | |
parent | d7281d547fc141a0edba674dca48dfe1738944c2 (diff) | |
download | newlib-0d6e26f8ff16ea4c8d17b65d3a713a85eb299f0b.zip newlib-0d6e26f8ff16ea4c8d17b65d3a713a85eb299f0b.tar.gz newlib-0d6e26f8ff16ea4c8d17b65d3a713a85eb299f0b.tar.bz2 |
* configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |