i960 simulator.
* configure.in (i960-*-*): Add. * configure: Rebuild.
This commit is contained in:
parent
f956caa7e7
commit
b2248e122a
2 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@ d30v
|
|||
erc32
|
||||
h8300
|
||||
h8500
|
||||
i960
|
||||
igen
|
||||
m32r
|
||||
mips
|
||||
|
|
|
@ -58,6 +58,7 @@ case "${target}" in
|
|||
fr30-*-*) sim_target=fr30 ;;
|
||||
h8300*-*-*) sim_target=h8300 ;;
|
||||
h8500-*-*) sim_target=h8500 ;;
|
||||
i960-*-*) sim_target=i960 ;;
|
||||
m32r-*-*) sim_target=m32r ;;
|
||||
mips*-*-*)
|
||||
# The MIPS simulator can only be compiled by gcc.
|
||||
|
|
Loading…
Reference in a new issue