mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
handle z8k-coff
This commit is contained in:
@ -270,7 +270,7 @@ sparc64-*-*) gdb_target_cpu=sparc gdb_target=sp64 ;;
|
||||
tahoe-*-*) gdb_target=tahoe ;;
|
||||
vax-*-*) gdb_target=vax ;;
|
||||
|
||||
z8k-*-sim) gdb_target=z8ksim ;;
|
||||
z8k-*-sim | z8k-*-coff) gdb_target=z8ksim ;;
|
||||
esac
|
||||
|
||||
if [ ! -f ${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt ]; then
|
||||
|
Reference in New Issue
Block a user