diff options
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/configure.in b/sim/configure.in index bb5635c..620d0b0 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -56,6 +56,11 @@ case "${target}" in sim_target=mips only_if_gcc=yes ;; + mn10300*-*-*) + # The mn10300 simulator can only be compiled by gcc. + sim_target=mn10300 + only_if_gcc=yes + ;; 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 |