* Makefile.in: Support W65.
* configure.in: Ditto.
This commit is contained in:
parent
321a78a5a0
commit
6c19c2efe3
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# appropriate for this directory. For more information, check any
|
# appropriate for this directory. For more information, check any
|
||||||
# existing configure script.
|
# existing configure script.
|
||||||
|
|
||||||
configdirs="h8300 z8k h8500 sh"
|
configdirs="h8300 z8k h8500 sh w65"
|
||||||
srctrigger=Makefile.in
|
srctrigger=Makefile.in
|
||||||
srcname="sim"
|
srcname="sim"
|
||||||
target_dependent=true
|
target_dependent=true
|
||||||
|
@ -23,6 +23,7 @@ case "${target}" in
|
||||||
h8500-*-*) sim_target=h8500 ;;
|
h8500-*-*) sim_target=h8500 ;;
|
||||||
z8k*-*-*) sim_target=z8k ;;
|
z8k*-*-*) sim_target=z8k ;;
|
||||||
sh*-*-*) sim_target=sh ;;
|
sh*-*-*) sim_target=sh ;;
|
||||||
|
w65-*-*) sim_target=w65 ;;
|
||||||
*) sim_target=none ;;
|
*) sim_target=none ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue