* binutils/testsuite/binutils-all/objcopy.exp: Skip for uclinux
authorNathan Sidwell <nathan@codesourcery.com>
Sat, 20 May 2006 14:48:56 +0000 (14:48 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Sat, 20 May 2006 14:48:56 +0000 (14:48 +0000)
targets.

ChangeLog.csl
binutils/testsuite/binutils-all/objcopy.exp

index 352d0f6..403ecf6 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-20  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * binutils/testsuite/binutils-all/objcopy.exp: Skip for uclinux
+       targets.
+
 2006-05-15  Paul Brook  <paul@codesourcery.com>
 
        Backport from mainline.
index 23e537e..f6a5f3d 100644 (file)
@@ -452,6 +452,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"