* binutils-all/objcopy.exp: Skip for uclinux targets.
This commit is contained in:
parent
32b116f812
commit
903b1f5b5b
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user