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]

skip objcopy for uclinux


uclinux uses FLT binaries, which bfd does not understand. So there's no point in trying the objcopy tests.

ok?

nathan
--
Nathan Sidwell    ::   http://www.codesourcery.com   ::         CodeSourcery
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk

2007-02-26  Nathan Sidwell  <nathan@codesourcery.com>

	* binutils-all/objcopy.exp: Skip for uclinux targets.

Index: binutils-all/objcopy.exp
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/binutils-all/objcopy.exp,v
retrieving revision 1.39
diff -c -3 -p -r1.39 objcopy.exp
*** binutils-all/objcopy.exp	20 Sep 2006 11:35:11 -0000	1.39
--- binutils-all/objcopy.exp	26 Feb 2007 15:31:47 -0000
*************** proc copy_setup { } {
*** 458,463 ****
--- 458,467 ----
      set res [build_wrapper testglue.o]
      set flags { debug }
      
+     if { [istarget *-*-uclinux*] } {
+ 	return 1
+     }
+     
      if { $res != "" } {
  	lappend flags "additional_flags=[lindex $res 1]"
  	set add_libs "testglue.o"

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