diff options
Diffstat (limited to 'sim')
-rw-r--r-- | sim/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/configure.in b/sim/configure.in index 07f8b0e..89bc21f 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -67,6 +67,9 @@ case "${target}" in sim_target=mn10300 only_if_gcc=yes ;; + mn10200*-*-*) + sim_target=mn10200 + ;; sh*-*-*) sim_target=sh ;; powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | powerpc*-*-elf* | powerpc*-*-linux* ) # The PowerPC simulator uses the GCC extension long long as well as |