diff options
Diffstat (limited to 'sim/erc32/interf.c')
-rw-r--r-- | sim/erc32/interf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/erc32/interf.c b/sim/erc32/interf.c index 7ee4dee..d94201a 100644 --- a/sim/erc32/interf.c +++ b/sim/erc32/interf.c @@ -234,6 +234,9 @@ sim_open (kind, callback, abfd, argv) if ((stat + 1) < argc) { freq = strtol(argv[++stat], (char **)NULL, 0); } + } else + if (strncmp(argv[stat], "--sysroot=", sizeof("--sysroot=") - 1) == 0) { + /* Ignore until we start to support this. */ } else { (*sim_callback->printf_filtered) (sim_callback, "unknown option %s\n", |