mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
Remove some of the hppa testsuite fudges for hppa-linux.
This commit is contained in:
@ -90,10 +90,11 @@ proc default_binutils_assemble { source object } {
|
||||
# This is a hack in that it won't scale well if other targets need
|
||||
# similar transformations to assemble. We'll generalize the hack
|
||||
# if/when other targets need similar handling.
|
||||
if [istarget "hppa*-*-*" ] then {
|
||||
send_log "sed -f $srcdir/config/hppa.sed < $source > asm.s\n"
|
||||
verbose "sed -f $srcdir/config/hppa.sed < $source > asm.s"
|
||||
catch "exec sed -f $srcdir/config/hppa.sed < $source > asm.s";
|
||||
if { [istarget "hppa*-*-*"] && ![istarget "*-*-linux*" ] } then {
|
||||
set sed_file $srcdir/config/hppa.sed
|
||||
send_log "sed -f $sed_file < $source > asm.s\n"
|
||||
verbose "sed -f $sed_file < $source > asm.s"
|
||||
catch "exec sed -f $sed_file < $source > asm.s";
|
||||
set source asm.s
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user