aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/rtbsd.mh
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-06-09 05:10:15 +0000
committerJohn Gilmore <gnu@cygnus>1992-06-09 05:10:15 +0000
commitd9915ebc4745f7f9f003db4602377e1b946e5a57 (patch)
tree5996e88a7b1404c410cad27a00f9e6b8ab5dbe64 /gdb/config/rtbsd.mh
parent6b6cc3fd0847fb58c3d6fa5a950b04c2240fe230 (diff)
downloadgdb-d9915ebc4745f7f9f003db4602377e1b946e5a57.zip
gdb-d9915ebc4745f7f9f003db4602377e1b946e5a57.tar.gz
gdb-d9915ebc4745f7f9f003db4602377e1b946e5a57.tar.bz2
* Makefile.in: Roll VERSION to 4.5.4.
* Makefile.in, config/*.mh, config/*.mt: Rename TM_CFLAGS to MT_CFLAGS, XM_CFLAGS to MH_CFLAGS to match file names. * config/sun4os5.mh: Add MH_CFLAGS=-xs to save debug info.
Diffstat (limited to 'gdb/config/rtbsd.mh')
-rw-r--r--gdb/config/rtbsd.mh2
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.