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
commit1b1933ffe271d1025d6bf92f8d6e20ea2eadc2c4 (patch)
treebdda446507b5e1e49629afc780cda3f8dd5f8467 /configure
parent1876214946ba9bcae43e6f031c1e673fc218e1d3 (diff)
downloadgdb-1b1933ffe271d1025d6bf92f8d6e20ea2eadc2c4.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 45e521e9928..d72d4f93f9c 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*)
;;