diff options
Diffstat (limited to 'gdb/config/i960/vxworks960.mt')
-rw-r--r-- | gdb/config/i960/vxworks960.mt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/i960/vxworks960.mt b/gdb/config/i960/vxworks960.mt new file mode 100644 index 00000000000..ad3293421f7 --- /dev/null +++ b/gdb/config/i960/vxworks960.mt @@ -0,0 +1,6 @@ +# Target: VxWorks running on an Intel 960 +TDEPFILES= i960-tdep.o remote-vx.o remote-vx960.o xdr_ld.o xdr_ptrace.o xdr_rdb.o +TM_FILE= tm-vx960.h + +# Define this for the vx-share routines, which don't see param.h. +MT_CFLAGS= -DI80960 |