summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-11-15 14:10:39 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-11-15 14:10:39 +0000
commit7400cd5bbed036b757fac01fe78184aa35434bdd (patch)
tree6be92a88283b1cf0441516c7ad0e16e166351386 /configure
parent5094cf211647455091f6c42406f397d78b0c83f6 (diff)
downloadcygnal-7400cd5bbed036b757fac01fe78184aa35434bdd.tar.gz
cygnal-7400cd5bbed036b757fac01fe78184aa35434bdd.tar.bz2
cygnal-7400cd5bbed036b757fac01fe78184aa35434bdd.zip
Restore "Consider *-*-nacl* targets ELF for gold"
* configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 45e521e99..d72d4f93f 100755
--- a/configure
+++ b/configure
@@ -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*)
;;