mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
Configure for h8300h too.
This commit is contained in:
@ -19,7 +19,7 @@ target_dependent=true
|
|||||||
# convention, else the table becomes a real mess to understand and maintain.
|
# convention, else the table becomes a real mess to understand and maintain.
|
||||||
|
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
h8300-*-*) sim_target=h8300 ;;
|
h8300*-*-*) sim_target=h8300 ;;
|
||||||
h8500-*-*) sim_target=h8500 ;;
|
h8500-*-*) sim_target=h8500 ;;
|
||||||
z8k*-*-*) sim_target=z8k ;;
|
z8k*-*-*) sim_target=z8k ;;
|
||||||
sh*-*-*) sim_target=sh ;;
|
sh*-*-*) sim_target=sh ;;
|
||||||
|
Reference in New Issue
Block a user