diff options
author | Stan Shebs <shebs@codesourcery.com> | 1993-10-30 00:16:25 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1993-10-30 00:16:25 +0000 |
commit | 9bebe5008136deb7bed1667f637bb47b0fc1580b (patch) | |
tree | 442fabe583d366eeae77d06ee971070718483f15 /gdb/config/m68k/m68klynx.mh | |
parent | 762df61d4c38314139a7f518e96f747586d45f7c (diff) | |
download | gdb-9bebe5008136deb7bed1667f637bb47b0fc1580b.zip gdb-9bebe5008136deb7bed1667f637bb47b0fc1580b.tar.gz gdb-9bebe5008136deb7bed1667f637bb47b0fc1580b.tar.bz2 |
More LynxOS support
Diffstat (limited to 'gdb/config/m68k/m68klynx.mh')
-rw-r--r-- | gdb/config/m68k/m68klynx.mh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/config/m68k/m68klynx.mh b/gdb/config/m68k/m68klynx.mh new file mode 100644 index 0000000..4d80b0b --- /dev/null +++ b/gdb/config/m68k/m68klynx.mh @@ -0,0 +1,9 @@ +# Host: Motorola 680x0 running LynxOS +XM_FILE= xm-m68klynx.h +XDEPFILES= +NAT_FILE= nm-m68klynx.h +NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o corelow.o m68kly-nat.o +REGEX=regex.o +REGEX1=regex.o +GDBSERVER_LIBS= -lbsd +GDBSERVER_DEPFILES= low-lynx.o |