diff options
Diffstat (limited to 'gdb/config/rs6000/rs6000lynx.mh')
-rw-r--r-- | gdb/config/rs6000/rs6000lynx.mh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/config/rs6000/rs6000lynx.mh b/gdb/config/rs6000/rs6000lynx.mh new file mode 100644 index 0000000..b938152 --- /dev/null +++ b/gdb/config/rs6000/rs6000lynx.mh @@ -0,0 +1,11 @@ +# Host: RS6000 running LynxOS + +XM_FILE= xm-rs6000ly.h +XDEPFILES= ser-tcp.o +XM_CLIBS= -lbsd + +NAT_FILE= nm-rs6000ly.h +NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o lynx-nat.o xcoffread.o + +GDBSERVER_LIBS= -lbsd +GDBSERVER_DEPFILES= low-lynx.o |