diff options
author | John Gilmore <gnu@cygnus> | 1991-09-13 00:07:27 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-13 00:07:27 +0000 |
commit | 780bdcb936ba24979e4e9b6bfa15c6d0770a7b4e (patch) | |
tree | 36f3bc18fbf9940345b5c1094ef3b0f48714cfd2 /gdb/config/rtbsd.mh | |
parent | 054862cfa129057778d433aeb8e0598c82456513 (diff) | |
download | gdb-780bdcb936ba24979e4e9b6bfa15c6d0770a7b4e.zip gdb-780bdcb936ba24979e4e9b6bfa15c6d0770a7b4e.tar.gz gdb-780bdcb936ba24979e4e9b6bfa15c6d0770a7b4e.tar.bz2 |
Initial revision
Diffstat (limited to 'gdb/config/rtbsd.mh')
-rw-r--r-- | gdb/config/rtbsd.mh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/config/rtbsd.mh b/gdb/config/rtbsd.mh new file mode 100644 index 0000000..d6310db --- /dev/null +++ b/gdb/config/rtbsd.mh @@ -0,0 +1,8 @@ +# IBM RT/PC running BSD unix. +# This file contributed at NYU, where we are using the RT to remote +# debug a 29k running unix. No attempt, as of 7/16/91, has been made +# to support debugging of RT executables. +XDEPFILES=coredep.o infptrace.o +XM_CFLAGS=-DHOSTING_ONLY # No debugging of RT executables +XM_FILE= xm-rtbsd.h +CC=gcc -traditional # hc/pcc just can't cut it. |