configure.ac: Define is_elf for QNX Neutrino targets.
* configure.ac: Define is_elf for QNX Neutrino targets. * configure: Regenerate. From-SVN: r148491
This commit is contained in:
parent
c3d1e92298
commit
144c917562
3 changed files with 7 additions and 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-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
|
2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
|
||||||
|
|
||||||
* MAINTAINERS: Added my name to the write-after-approval list
|
* MAINTAINERS: Added my name to the write-after-approval list
|
||||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -2070,7 +2070,7 @@ if test "${ENABLE_GOLD}" = "yes"; then
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
*-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
|
*-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
|
||||||
| *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
|
| *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
|
||||||
| *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2*)
|
| *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2* | *-*-nto*)
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
*-*-linux*aout* | *-*-linux*oldld*)
|
*-*-linux*aout* | *-*-linux*oldld*)
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -305,7 +305,7 @@ if test "${ENABLE_GOLD}" = "yes"; then
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
*-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
|
*-*-elf* | *-*-sysv4* | *-*-unixware* | *-*-eabi* | hppa*64*-*-hpux* \
|
||||||
| *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
|
| *-*-linux* | frv-*-uclinux* | *-*-irix5* | *-*-irix6* \
|
||||||
| *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2*)
|
| *-*-netbsd* | *-*-openbsd* | *-*-freebsd* | *-*-solaris2* | *-*-nto*)
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
*-*-linux*aout* | *-*-linux*oldld*)
|
*-*-linux*aout* | *-*-linux*oldld*)
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue