* ld-powerpc/powerpc.exp: Disable for lynxos and nto.
authorAlan Modra <amodra@gmail.com>
Thu, 5 Jul 2007 01:03:26 +0000 (01:03 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 5 Jul 2007 01:03:26 +0000 (01:03 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-powerpc/powerpc.exp

index e6304b9..a6594fb 100644 (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,
index ad224b0..e6a0d11 100644 (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
 }