diff options
Diffstat (limited to 'gdb/config/rtbsd.mh')
-rw-r--r-- | gdb/config/rtbsd.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/rtbsd.mh b/gdb/config/rtbsd.mh index d6310db..3c86cdf 100644 --- a/gdb/config/rtbsd.mh +++ b/gdb/config/rtbsd.mh @@ -3,6 +3,6 @@ # 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 +MH_CFLAGS=-DHOSTING_ONLY # No debugging of RT executables XM_FILE= xm-rtbsd.h CC=gcc -traditional # hc/pcc just can't cut it. |