summaryrefslogtreecommitdiff
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
commit3dbb239ee71538e30f709154bd5b5a181339598b (patch)
treecb85ad6d4cc11baa244bd053aae5aea3bc8faf92 /configure
parent1bd063d8057e87d6b04613acb9b4d659c5d1f09e (diff)
downloadbinutils-redhat-3dbb239ee71538e30f709154bd5b5a181339598b.tar.gz
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 45e521e992..d72d4f93f9 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*)
;;