Thu Aug 1 17:08:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>

* configure.in (d10v-*-*): Added D10V simulator.
This commit is contained in:
Martin Hunt
1996-08-02 00:22:58 +00:00
parent c1ebd1ce17
commit 745a0437db
2 changed files with 43 additions and 0 deletions

View File

@@ -45,6 +45,9 @@ esac],[if test x"$GCC" != x""; then powerpc_sim=yes; else powerpc_sim=no; fi])
case "${target}" in
arm*-*-*) sim_target=arm ;;
# start-sanitize-d10v
d10v-*-*) sim_target=d10v ;;
# end-sanitize-d10v
h8300*-*-*) sim_target=h8300 ;;
h8500-*-*) sim_target=h8500 ;;
mips*-*-*) sim_target=mips ;;