summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-06-15 14:08:41 +0000
committerNick Clifton <nickc@redhat.com>2009-06-15 14:08:41 +0000
commiteeed874106496a0616ffa81c108bd005e2643795 (patch)
tree3adc8b2d69847433ec7aa91df3f6ea61c77e12db /configure
parente170d1b04da3ebe064e4ba4b45ea75c340d296e4 (diff)
downloadgdb-eeed874106496a0616ffa81c108bd005e2643795.tar.gz
* configure.ac: Define is_elf for QNX Neutrino targets.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d750b42bf2e..3d7d18eab46 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*)
;;