From: Ryan Mansfield Date: Mon, 15 Jun 2009 14:09:43 +0000 (+0000) Subject: configure.ac: Define is_elf for QNX Neutrino targets. X-Git-Tag: releases/gcc-4.5.0~5212 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=144c91756250b14fb70ed94e72952868d2d6e84e;p=thirdparty%2Fgcc.git configure.ac: Define is_elf for QNX Neutrino targets. * configure.ac: Define is_elf for QNX Neutrino targets. * configure: Regenerate. From-SVN: r148491 --- diff --git a/ChangeLog b/ChangeLog index f56e3aee1016..96e02a9a80db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-06-15 Ryan Mansfield + + * configure.ac: Define is_elf for QNX Neutrino targets. + * configure: Regenerate. + 2009-06-09 Ghassan Shobaki * MAINTAINERS: Added my name to the write-after-approval list diff --git a/configure b/configure index a7c6b249701b..5931086f2aa8 100755 --- a/configure +++ b/configure @@ -2070,7 +2070,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*) ;; diff --git a/configure.ac b/configure.ac index 8662f9dfb4bb..e6c826852439 100644 --- a/configure.ac +++ b/configure.ac @@ -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*) ;;