diff options
author | John Gilmore <gnu@cygnus> | 1992-06-09 05:10:15 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-06-09 05:10:15 +0000 |
commit | d9915ebc4745f7f9f003db4602377e1b946e5a57 (patch) | |
tree | 5996e88a7b1404c410cad27a00f9e6b8ab5dbe64 /gdb/config/go32.mh | |
parent | 6b6cc3fd0847fb58c3d6fa5a950b04c2240fe230 (diff) | |
download | gdb-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/go32.mh')
-rw-r--r-- | gdb/config/go32.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/go32.mh b/gdb/config/go32.mh index 93a8e2a..89d548c 100644 --- a/gdb/config/go32.mh +++ b/gdb/config/go32.mh @@ -1,4 +1,4 @@ -XM_CFLAGS=-D__GO32__ -D__MSDOS__ +MH_CFLAGS=-D__GO32__ -D__MSDOS__ XDEPFILES= go32-xdep.o ser-go32.o XM_FILE= xm-go32.h |