[Patch] Define is_elf for QNX Neutrino targets

Ryan Mansfield rmansfield@qnx.com
Thu Jun 4 01:07:00 GMT 2009
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*)
            ;;



More information about the Binutils mailing list