mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 00:32:30 +08:00
* Makefile.in: Support W65.
* configure.in: Ditto.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
# appropriate for this directory. For more information, check any
|
||||
# existing configure script.
|
||||
|
||||
configdirs="h8300 z8k h8500 sh"
|
||||
configdirs="h8300 z8k h8500 sh w65"
|
||||
srctrigger=Makefile.in
|
||||
srcname="sim"
|
||||
target_dependent=true
|
||||
@ -23,6 +23,7 @@ case "${target}" in
|
||||
h8500-*-*) sim_target=h8500 ;;
|
||||
z8k*-*-*) sim_target=z8k ;;
|
||||
sh*-*-*) sim_target=sh ;;
|
||||
w65-*-*) sim_target=w65 ;;
|
||||
*) sim_target=none ;;
|
||||
esac
|
||||
|
||||
|
Reference in New Issue
Block a user