From: Nathan Sidwell Date: Sat, 20 May 2006 14:48:56 +0000 (+0000) Subject: * binutils/testsuite/binutils-all/objcopy.exp: Skip for uclinux X-Git-Tag: binutils-csl-coldfire-4_1-11~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=969e3e35e30507dac239ab19c8017febe6f8d538;p=thirdparty%2Fbinutils-gdb.git * binutils/testsuite/binutils-all/objcopy.exp: Skip for uclinux targets. --- diff --git a/ChangeLog.csl b/ChangeLog.csl index 352d0f64132..403ecf659f1 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,8 @@ +2006-05-20 Nathan Sidwell + + * binutils/testsuite/binutils-all/objcopy.exp: Skip for uclinux + targets. + 2006-05-15 Paul Brook Backport from mainline. diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 23e537ea76a..f6a5f3dc940 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -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"