Commit 0e76460f by Thomas Schwinge Committed by Thomas Schwinge

configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.

	* configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
	* configure: Regenerate.

From-SVN: r194529
parent e45dd2bb
2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
* configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
* configure: Regenerate.
2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de> 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config.sub: Merge from config repo. * config.sub: Merge from config repo.
......
...@@ -2950,7 +2950,7 @@ case "${ENABLE_GOLD}" in ...@@ -2950,7 +2950,7 @@ case "${ENABLE_GOLD}" in
is_elf=no is_elf=no
case "${target}" in case "${target}" in
*-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \ *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
| *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \ | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
| *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \ | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
| *-*-solaris2* | *-*-nto* | *-*-nacl*) | *-*-solaris2* | *-*-nto* | *-*-nacl*)
case "${target}" in case "${target}" in
......
...@@ -315,7 +315,7 @@ case "${ENABLE_GOLD}" in ...@@ -315,7 +315,7 @@ case "${ENABLE_GOLD}" in
is_elf=no is_elf=no
case "${target}" in case "${target}" in
*-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \ *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
| *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \ | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
| *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \ | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
| *-*-solaris2* | *-*-nto* | *-*-nacl*) | *-*-solaris2* | *-*-nto* | *-*-nacl*)
case "${target}" in case "${target}" in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment