mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
sim: bfin: fix short --env usage in testsuite
Now that we have more than one option that matches "--env", the test config here doesn't work. Use the explicit --environment.
This commit is contained in:
parent
2538d4f18b
commit
6e3e76d17b
@ -1,7 +1,7 @@
|
||||
/* Basic MDMA device tests.
|
||||
# mach: bfin
|
||||
# cc: -mcpu=bf537 -nostdlib -lc
|
||||
# sim: --env operating --model bf537
|
||||
# sim: --environment operating --model bf537
|
||||
*/
|
||||
|
||||
#include "test.h"
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* Basic MDMA device tests.
|
||||
# mach: bfin
|
||||
# cc: -mcpu=bf537 -nostdlib -lc
|
||||
# sim: --env operating --model bf537
|
||||
# sim: --environment operating --model bf537
|
||||
*/
|
||||
|
||||
#include "test.h"
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* Basic MDMA device tests.
|
||||
# mach: bfin
|
||||
# cc: -mcpu=bf537 -nostdlib -lc
|
||||
# sim: --env operating --model bf537
|
||||
# sim: --environment operating --model bf537
|
||||
*/
|
||||
|
||||
#include "test.h"
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* Basic MDMA device tests.
|
||||
# mach: bfin
|
||||
# cc: -mcpu=bf537 -nostdlib -lc
|
||||
# sim: --env operating --model bf537
|
||||
# sim: --environment operating --model bf537
|
||||
*/
|
||||
|
||||
#include "test.h"
|
||||
|
Loading…
Reference in New Issue
Block a user