From 144c91756250b14fb70ed94e72952868d2d6e84e Mon Sep 17 00:00:00 2001 From: Ryan Mansfield Date: Mon, 15 Jun 2009 14:09:43 +0000 Subject: [PATCH] configure.ac: Define is_elf for QNX Neutrino targets. * configure.ac: Define is_elf for QNX Neutrino targets. * configure: Regenerate. From-SVN: r148491 --- ChangeLog | 5 +++++ configure | 2 +- configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f56e3aee101..96e02a9a80d 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 a7c6b249701..5931086f2aa 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 8662f9dfb4b..e6c82685243 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*) ;;