Support aout and coff, as well as none, as "OS" settings for remote 29K GDB.

This commit is contained in:
John Gilmore 1991-09-13 06:38:44 +00:00
parent f48e264778
commit f74ff50fab
1 changed files with 1 additions and 1 deletions

View File

@ -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