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 /configure | |
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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*) ;; |