diff options
author | Nick Clifton <nickc@redhat.com> | 2009-06-15 14:08:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-06-15 14:08:41 +0000 |
commit | 8bcf271860ce0fc03a51329dd53a7fc43f631f8d (patch) | |
tree | 258a9e2dd2a288ab26896e586ccc1ab1fd4a5616 | |
parent | 1628149bdd8a31100a13e6ec80da4ac4f04fe99f (diff) | |
download | gdb-8bcf271860ce0fc03a51329dd53a7fc43f631f8d.zip gdb-8bcf271860ce0fc03a51329dd53a7fc43f631f8d.tar.gz gdb-8bcf271860ce0fc03a51329dd53a7fc43f631f8d.tar.bz2 |
* configure.ac: Define is_elf for QNX Neutrino targets.
* configure: Regenerate.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -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> @@ -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*) ;; |