From: nickc Date: Mon, 15 Jun 2009 14:09:43 +0000 (+0000) Subject: * configure.ac: Define is_elf for QNX Neutrino targets. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c809c32f92ac98cc05ff2ba643051949892d748;p=thirdparty%2Fgcc.git * configure.ac: Define is_elf for QNX Neutrino targets. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148491 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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*) ;;