From: Nick Clifton Date: Mon, 15 Jun 2009 14:08:41 +0000 (+0000) Subject: * configure.ac: Define is_elf for QNX Neutrino targets. X-Git-Tag: cgen-1_1-branchpoint~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8bcf271860ce0fc03a51329dd53a7fc43f631f8d;p=external%2Fbinutils.git * configure.ac: Define is_elf for QNX Neutrino targets. * configure: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index a786e13..8bf0801 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-03 Jerome Guitton Ralf Wildenhues diff --git a/configure b/configure index d750b42..3d7d18e 100755 --- 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*) ;; diff --git a/configure.ac b/configure.ac index ba45bd5..d2ad27e 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*) ;;