diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-11-15 14:10:39 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-11-15 14:10:39 +0000 |
commit | 7400cd5bbed036b757fac01fe78184aa35434bdd (patch) | |
tree | 6be92a88283b1cf0441516c7ad0e16e166351386 /configure | |
parent | 5094cf211647455091f6c42406f397d78b0c83f6 (diff) | |
download | newlib-7400cd5bbed036b757fac01fe78184aa35434bdd.zip newlib-7400cd5bbed036b757fac01fe78184aa35434bdd.tar.gz newlib-7400cd5bbed036b757fac01fe78184aa35434bdd.tar.bz2 |
Restore "Consider *-*-nacl* targets ELF for gold"
* configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2952,7 +2952,7 @@ case "${ENABLE_GOLD}" in *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \ | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \ | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \ - | *-*-solaris2* | *-*-nto*) + | *-*-solaris2* | *-*-nto* | *-*-nacl*) case "${target}" in *-*-linux*aout* | *-*-linux*oldld*) ;; |