diff options
Diffstat (limited to 'sim/testsuite')
-rw-r--r-- | sim/testsuite/v850eq-elf/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sim/testsuite/v850eq-elf/Makefile.in b/sim/testsuite/v850eq-elf/Makefile.in index 7c91e57..1cb5c95 100644 --- a/sim/testsuite/v850eq-elf/Makefile.in +++ b/sim/testsuite/v850eq-elf/Makefile.in @@ -59,15 +59,15 @@ RUNTEST_FOR_TARGET = `\ AS_FOR_TARGET = `\ - if [ -x ../../../gas/as.new ]; then \ - echo ../../../gas/as.new ; \ + if [ -x ../../../gas/as-new ]; then \ + echo ../../../gas/as-new ; \ else \ echo $(target_alias)-as ; \ fi` LD_FOR_TARGET = `\ - if [ -x ../../../ld/ld.new ]; then \ - echo ../../../ld/ld.new ; \ + if [ -x ../../../ld/ld-new ]; then \ + echo ../../../ld/ld-new ; \ else \ echo $(target_alias)-ld ; \ fi` |