* configure.ac: Define is_elf for QNX Neutrino targets.
authorNick Clifton <nickc@redhat.com>
Mon, 15 Jun 2009 14:08:41 +0000 (14:08 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 15 Jun 2009 14:08:41 +0000 (14:08 +0000)
        * configure: Regenerate.

ChangeLog
configure
configure.ac

index a786e136704ce25150d6299da602fe81a2aade63..8bf0801b1d34cbac6d6eb37eae156c147fc8617c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
+
+       * configure.ac: Define is_elf for QNX Neutrino targets.
+       * configure: Regenerate.
+
 2009-06-03  Jerome Guitton  <guitton@adacore.com>
            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
index d750b42bf2edaa234b66aaee006b06e9a26ce005..3d7d18eab4695214a14e12b257e60a3a114036d8 100755 (executable)
--- a/configure
+++ b/configure
@@ -2064,7 +2064,7 @@ if test "${ENABLE_GOLD}" = "yes"; then
   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 ba45bd5d80d43af8b02b520116b27d9a9770c6a4..d2ad27ec32f16b7b4df85c2bb068e1939ff52f13 100644 (file)
@@ -305,7 +305,7 @@ if test "${ENABLE_GOLD}" = "yes"; then
   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*)
           ;;