mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
* configure: Enable the mn10200 simulator.
This commit is contained in:
@ -54,6 +54,7 @@ erc32
|
||||
h8300
|
||||
h8500
|
||||
mips
|
||||
mn10200
|
||||
mn10300
|
||||
ppc
|
||||
sh
|
||||
|
@ -56,6 +56,11 @@ case "${target}" in
|
||||
sim_target=mips
|
||||
only_if_gcc=yes
|
||||
;;
|
||||
mn10200*-*-*)
|
||||
# The mn10200 simulator can only be compiled by gcc.
|
||||
sim_target=mn10200
|
||||
only_if_gcc=yes
|
||||
;;
|
||||
mn10300*-*-*)
|
||||
# The mn10300 simulator can only be compiled by gcc.
|
||||
sim_target=mn10300
|
||||
|
Reference in New Issue
Block a user