diff options
author | Roland McGrath <mcgrathr@google.com> | 2012-11-15 00:38:07 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2012-11-14 16:38:07 -0800 |
commit | ff4b7a7e9100b2b5b05c34f0851011b9c5169df7 (patch) | |
tree | ef411507ed81b770a16799862dfa17e642d45848 /configure.ac | |
parent | e26f512d3836914db85a5d7548c81a8fb6fb4e5c (diff) | |
download | gcc-ff4b7a7e9100b2b5b05c34f0851011b9c5169df7.zip gcc-ff4b7a7e9100b2b5b05c34f0851011b9c5169df7.tar.gz gcc-ff4b7a7e9100b2b5b05c34f0851011b9c5169df7.tar.bz2 |
Consider *-*-nacl* targets ELF
* configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
* configure: Regenerate.
From-SVN: r193521
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*) ;; |