* configure.ac: Define is_elf for QNX Neutrino targets.
* configure: Regenerate.
This commit is contained in:
parent
e586b9d5c5
commit
a02f102db2
|
@ -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-03 Jerome Guitton <guitton@adacore.com>
|
2009-06-03 Jerome Guitton <guitton@adacore.com>
|
||||||
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
|
|
|
@ -2064,7 +2064,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…
Reference in New Issue