mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
* ld-powerpc/powerpc.exp: Disable for lynxos and nto.
This commit is contained in:
@ -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>
|
2007-07-03 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* ld-arm/attr-merge-2a.s, ld-arm/attr-merge-2b.s,
|
* ld-arm/attr-merge-2a.s, ld-arm/attr-merge-2b.s,
|
||||||
|
@ -52,12 +52,15 @@ if {[istarget "*-*-vxworks"]} {
|
|||||||
return
|
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*"]
|
if { [istarget "*-*-macos*"] || [istarget "*-*-netware*"]
|
||||||
|| [istarget "*-*-pe"] || [istarget "*-*-winnt*"]
|
|| [istarget "*-*-pe"] || [istarget "*-*-winnt*"]
|
||||||
|| [istarget "*-*-cygwin*"] || [istarget "*-*-aix*"]
|
|| [istarget "*-*-cygwin*"] || [istarget "*-*-aix*"]
|
||||||
|| [istarget "*-*-beos*"] } {
|
|| [istarget "*-*-beos*"] || [istarget "*-*-lynxos*"]
|
||||||
|
|| [istarget "*-*-nto*"] } {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user