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 | a02f102db22995fb23757ef9fba7e04a36495f71 (patch) | |
tree | 659d3ec24e3ea8ce4f8354bcf7a273db8b496871 /configure.ac | |
parent | e586b9d5c577d4b6d6f64b69fe8c9402bda00519 (diff) | |
download | cygnal-a02f102db22995fb23757ef9fba7e04a36495f71.tar.gz cygnal-a02f102db22995fb23757ef9fba7e04a36495f71.tar.bz2 cygnal-a02f102db22995fb23757ef9fba7e04a36495f71.zip |
* configure.ac: Define is_elf for QNX Neutrino targets.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ba45bd5d8..d2ad27ec3 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*) ;; |