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 | 2bda31437a9e0232d6499720630daabd759e7d81 (patch) | |
tree | 886d3e00246b323864666d4861df77568fcbafdf /configure.ac | |
parent | 84277139d8313e89b33c568136f43e1ab9ad3d01 (diff) | |
download | gdb-2bda31437a9e0232d6499720630daabd759e7d81.zip gdb-2bda31437a9e0232d6499720630daabd759e7d81.tar.gz gdb-2bda31437a9e0232d6499720630daabd759e7d81.tar.bz2 |
Restore "Consider *-*-nacl* targets ELF for gold"
* configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 91ccb3d..24ea7e5 100644 --- a/configure.ac +++ b/configure.ac @@ -317,7 +317,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*) ;; |