mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +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:
@ -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"
|
||||
|
Reference in New Issue
Block a user