Handle -m680[01234]0-wrs as specific vxworks68 targets. With -nfp,

this offers full control over the CPU parameters of vxworks systems we
are likely to encounter (not to mention other 68k embedded targets
that run a.out as their debugging format).
This commit is contained in:
Michael Tiemann 1992-05-31 13:45:08 +00:00
parent 9dec541731
commit 4feb00bef1
1 changed files with 9 additions and 0 deletions

View File

@ -215,12 +215,21 @@ m68000)
sunos4) gdb_target=sun2os4 ;;
*) gdb_target=sun2 ;;
esac
;;
wrs) gdb_target=vxworks68 ;;
esac
;;
m680[124]0)
case "${target_vendor}" in
wrs) gdb_target=vxworks68 ;;
esac
;;
m68030)
case "${target_vendor}" in
sony) gdb_target=news1000 ;;
wrs) gdb_target=vxworks68 ;;
esac
;;