mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
fix typo
This commit is contained in:
@ -40,7 +40,7 @@ case "${target}" in
|
||||
h8500-*-*) sim_target=h8500 ;;
|
||||
mips*-*-*) sim_target=mips ;;
|
||||
sh*-*-*) sim_target=sh ;;
|
||||
powerpc*-*-eabi*) if test x"powerpc_sim" = x"yes"; then sim_target=ppc; fi ;;
|
||||
powerpc*-*-eabi*) if test x"$powerpc_sim" = x"yes"; then sim_target=ppc; fi ;;
|
||||
w65-*-*) sim_target=w65 ;;
|
||||
z8k*-*-*) sim_target=z8k ;;
|
||||
*) sim_target=none ;;
|
||||
|
Reference in New Issue
Block a user