aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoland McGrath <mcgrathr@google.com>2012-11-15 00:38:07 +0000
committerH.J. Lu <hongjiu.lu@intel.com>2012-11-15 00:38:07 +0000
commit6fd6d20b3d6e95aae7040238c94ac9cb909aeb9a (patch)
treeef411507ed81b770a16799862dfa17e642d45848 /configure.ac
parent0d5edcb833dc38f04111bb14c3d233cae737f316 (diff)
Consider *-*-nacl* targets ELF
* configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. * configure: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@193521 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 91ccb3dd0c6..24ea7e526a3 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*)
;;