diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-02-07 20:47:27 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-02-07 20:47:27 +0000 |
commit | be941751b79c211f167e73ebc04ae216ab86d20f (patch) | |
tree | 26cc08bb4b787baaadde76145802860bd8fe36e6 /gnu | |
parent | d5341f4eee26d58e136c150d6a0d00d01f6adf1a (diff) |
GDB 6.3 (excluding .info files)
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config/powerpc/obsd.mh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/config/powerpc/obsd.mh b/gnu/usr.bin/binutils/gdb/config/powerpc/obsd.mh new file mode 100644 index 00000000000..6e3e5c84e20 --- /dev/null +++ b/gnu/usr.bin/binutils/gdb/config/powerpc/obsd.mh @@ -0,0 +1,10 @@ +# Host: PowerPC, running Linux + +XM_FILE= xm-obsd.h +XDEPFILES= ser-tcp.o +XM_CLIBS= + +NAT_FILE= nm-obsd.h +NATDEPFILES= obsdsolib.o corelow.o core-aout.o core-regset.o # infptrace.o inftarg.o fork-child.o + +#GDBSERVER_DEPFILES= low-linux.o |