Add missing 'cp' command
This commit is contained in:
parent
d6e5ae258d
commit
8b8c5dbda5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* ld-sh/sh.exp: Copy start.s file into test directory.
|
||||
|
||||
2002-01-14 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* ld-selective/selective.exp: For ARM targets, link with libgcc.a.
|
||||
|
|
|
@ -115,7 +115,7 @@ if [istarget sh*-linux-gnu] {
|
|||
exec sed -e s/_main/main/ -e s/_trap/trap/ -e s/_stack/stack/ \
|
||||
< $srcdir/$subdir/start.s >tmpdir/start.s
|
||||
} else {
|
||||
exec $srcdir/$subdir/start.s tmpdir/start.s
|
||||
exec cp $srcdir/$subdir/start.s tmpdir/start.s
|
||||
}
|
||||
|
||||
if {![ld_assemble $as "-relax tmpdir/start.s" tmpdir/start.o] \
|
||||
|
|
Loading…
Add table
Reference in a new issue