* ld-powerpc/powerpc.exp: Disable for lynxos and nto.

This commit is contained in:
Alan Modra 2007-07-05 01:03:26 +00:00
parent 004082e09a
commit e4e4a5d1f4
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-07-05 Alan Modra <amodra@bigpond.net.au>
* ld-powerpc/powerpc.exp: Disable for lynxos and nto.
2007-07-03 Joseph Myers <joseph@codesourcery.com>
* ld-arm/attr-merge-2a.s, ld-arm/attr-merge-2b.s,

View File

@ -52,12 +52,15 @@ if {[istarget "*-*-vxworks"]} {
return
}
# powerpc ELF only at the moment.
# powerpc ELF only at the moment. Disable for nto too, even though it
# is ELF, because we pass -melf32ppc to ld and powerpc-nto-ld wants
# -melf32ppcnto.
if { [istarget "*-*-macos*"] || [istarget "*-*-netware*"]
|| [istarget "*-*-pe"] || [istarget "*-*-winnt*"]
|| [istarget "*-*-cygwin*"] || [istarget "*-*-aix*"]
|| [istarget "*-*-beos*"] } {
|| [istarget "*-*-beos*"] || [istarget "*-*-lynxos*"]
|| [istarget "*-*-nto*"] } {
return
}