This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

powerpc ld testsuite


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

Index: ld/testsuite/ld-powerpc/powerpc.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-powerpc/powerpc.exp,v
retrieving revision 1.18
diff -u -p -r1.18 powerpc.exp
--- ld/testsuite/ld-powerpc/powerpc.exp	30 Jun 2007 00:03:40 -0000	1.18
+++ ld/testsuite/ld-powerpc/powerpc.exp	5 Jul 2007 01:01:42 -0000
@@ -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
 }
 

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]