diff options
author | Stan Shebs <shebs@apple.com> | 1999-04-16 01:35:26 +0000 |
---|---|---|
committer | Stan Shebs <shebs@apple.com> | 1999-04-16 01:35:26 +0000 |
commit | 14cd51f7793a9ce07bc435069f57269450141363 (patch) | |
tree | 280a2da48f771d61be5b451ddbacdf9ef8e9ad13 /gdb/config/m68k/linux.mh | |
download | gdb-14cd51f7793a9ce07bc435069f57269450141363.tar.gz |
Initial revision
Diffstat (limited to 'gdb/config/m68k/linux.mh')
-rw-r--r-- | gdb/config/m68k/linux.mh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/config/m68k/linux.mh b/gdb/config/m68k/linux.mh new file mode 100644 index 00000000000..c3850b16470 --- /dev/null +++ b/gdb/config/m68k/linux.mh @@ -0,0 +1,9 @@ +# Host: Motorola m68k running Linux + +XM_FILE= xm-linux.h +XDEPFILES= ser-tcp.o + +NAT_FILE= nm-linux.h +NATDEPFILES= infptrace.o solib.o inftarg.o fork-child.o corelow.o core-aout.o core-regset.o m68klinux-nat.o + +GDBSERVER_DEPFILES= low-linux.o |