public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [gold] Consider *-*-gnu* targets ELF
@ 2012-12-16  7:27 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2012-12-16  7:27 UTC (permalink / raw)
  To: binutils, gcc-patches; +Cc: ian

[-- Attachment #1: Type: text/plain, Size: 927 bytes --]

Hi!

I committed the following patch to top-level src and GCC:

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

Index: configure.ac
===================================================================
RCS file: /cvs/src/src/configure.ac,v
retrieving revision 1.183
diff -u -p -r1.183 configure.ac
--- configure.ac	12 Dec 2012 13:52:58 -0000	1.183
+++ configure.ac	16 Dec 2012 06:40:05 -0000
@@ -315,7 +315,7 @@ case "${ENABLE_GOLD}" in
     is_elf=no
     case "${target}" in
       *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
-      | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
+      | *-*-linux* | *-*-gnu* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
       | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* \
       | *-*-solaris2* | *-*-nto* | *-*-nacl*)
         case "${target}" in


Grüße,
 Thomas

[-- Attachment #2: Type: application/pgp-signature, Size: 489 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-16  7:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-16  7:27 [gold] Consider *-*-gnu* targets ELF Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).