Support aout and coff, as well as none, as "OS" settings for remote 29K GDB.
This commit is contained in:
parent
f48e264778
commit
f74ff50fab
@ -167,7 +167,7 @@ none | arm | tahoe | vax | np1 | pn | np1 | pn | pyramid | merlin | m88k)
|
||||
|
||||
a29k)
|
||||
case "${target_os}" in
|
||||
none) gdb_target=a29k ;;
|
||||
none|aout|coff) gdb_target=a29k ;;
|
||||
sym1) gdb_target=ultra3 ;;
|
||||
kern) gdb_target=a29k-kern ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user