mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
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:
@ -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
|
||||
;;
|
||||
|
||||
|
Reference in New Issue
Block a user