* binutils-all/objcopy.exp: Skip for uclinux targets.
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 27 Feb 2007 12:19:16 +0000 (12:19 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Tue, 27 Feb 2007 12:19:16 +0000 (12:19 +0000)
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/objcopy.exp

index 38a8d23e99c911f30450181d2088214ec9834d08..27e5a10d5bd0917b7fb1a6abd2a9a4920ec1cdf2 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-27  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * binutils-all/objcopy.exp: Skip for uclinux targets.
+
 2007-02-14  Nick Clifton  <nickc@redhat.com>
 
        * binutils-all/readelf.exp (readelf_wi_test): Fix unexpected
index 3ab38ec8dc6eaed666abad7c3e3de7830687895e..d782e9b7b79ff6e39b25d434d7eac0389177ab7d 100644 (file)
@@ -458,6 +458,10 @@ proc copy_setup { } {
     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"
This page took 0.030096 seconds and 4 git commands to generate.