public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [Patch] Define is_elf for QNX Neutrino targets
@ 2009-06-04  1:07 Ryan Mansfield
  2009-06-15 14:10 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Mansfield @ 2009-06-04  1:07 UTC (permalink / raw)
  To: binutils

QNX Neutrino only uses ELF. This patch allows Neutrino targets
to be configured with --enable-gold.

Regards,

Ryan Mansfield

2009-06-03  Ryan Mansfield  <rmansfield@qnx.com>

         * configure.ac: Define is_elf for QNX Neutrino targets.
	* configure: Regenerate.

Index: configure
===================================================================
RCS file: /cvs/src/src/configure,v
retrieving revision 1.319
diff -u -r1.319 configure
--- configure   29 May 2009 00:15:11 -0000      1.319
+++ configure   4 Jun 2009 00:46:58 -0000
@@ -2064,7 +2064,7 @@
    case "${target}" in
      *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
      | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
-    | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2*)
+    | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2* | *-*-nto*)
        case "${target}" in
          *-*-linux*aout* | *-*-linux*oldld*)
            ;;
Index: configure.ac
===================================================================
RCS file: /cvs/src/src/configure.ac,v
retrieving revision 1.65
diff -u -r1.65 configure.ac
--- configure.ac        29 May 2009 00:15:11 -0000      1.65
+++ configure.ac        4 Jun 2009 00:47:02 -0000
@@ -305,7 +305,7 @@
    case "${target}" in
      *-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
      | *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
-    | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2*)
+    | *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2* | *-*-nto*)
        case "${target}" in
          *-*-linux*aout* | *-*-linux*oldld*)
            ;;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Patch] Define is_elf for QNX Neutrino targets
  2009-06-04  1:07 [Patch] Define is_elf for QNX Neutrino targets Ryan Mansfield
@ 2009-06-15 14:10 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2009-06-15 14:10 UTC (permalink / raw)
  To: rmansfield; +Cc: binutils

Hi Ryan,

> 2009-06-03  Ryan Mansfield  <rmansfield@qnx.com>
> 
>         * configure.ac: Define is_elf for QNX Neutrino targets.
>     * configure: Regenerate.

Approved and applied.

Cheers
   Nick


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-15 14:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-04  1:07 [Patch] Define is_elf for QNX Neutrino targets Ryan Mansfield
2009-06-15 14:10 ` Nick Clifton

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).