aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Mansfield <rmansfield@qnx.com>2009-06-15 14:09:43 +0000
committerNick Clifton <nickc@gcc.gnu.org>2009-06-15 14:09:43 +0000
commit144c91756250b14fb70ed94e72952868d2d6e84e (patch)
tree3a72280c542fc2ca62ca6f5083976e7bdd130252
parentc3d1e92298e878460ba4211463b2a2d13c8303d8 (diff)
downloadgcc-144c91756250b14fb70ed94e72952868d2d6e84e.zip
gcc-144c91756250b14fb70ed94e72952868d2d6e84e.tar.gz
gcc-144c91756250b14fb70ed94e72952868d2d6e84e.tar.bz2
configure.ac: Define is_elf for QNX Neutrino targets.
* configure.ac: Define is_elf for QNX Neutrino targets. * configure: Regenerate. From-SVN: r148491
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f56e3ae..96e02a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
* MAINTAINERS: Added my name to the write-after-approval list
diff --git a/configure b/configure
index a7c6b24..5931086 100755
--- a/configure
+++ b/configure
@@ -2070,7 +2070,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 8662f9df..e6c8268 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*)
;;