Handle -m680[01234]0-wrs as specific vxworks68 targets. With -nfp,
authorMichael Tiemann <tiemann@cygnus>
Sun, 31 May 1992 13:45:08 +0000 (13:45 +0000)
committerMichael Tiemann <tiemann@cygnus>
Sun, 31 May 1992 13:45:08 +0000 (13:45 +0000)
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).

gdb/configure.in

index 779a0dc3dfb83cf38e185370121d4a4ba0d902c3..e09798fe1459597719aa791efed0bc3986f4583b 100644 (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
        ;;