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/rs6000.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/rs6000.mh')
-rw-r--r-- | gdb/config/rs6000.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/rs6000.mh b/gdb/config/rs6000.mh index 8f5f05e..5cf3908 100644 --- a/gdb/config/rs6000.mh +++ b/gdb/config/rs6000.mh @@ -19,7 +19,7 @@ XDEPFILES= xcoffexec.o infptrace.o rs6000-xdep.o XM_FILE= xm-rs6000.h -XM_CFLAGS = -bnodelcsect +MH_CFLAGS = -bnodelcsect # Because of shared libraries, we risk ending up with *two* # incompatible versions of malloc if we use GNU malloc ... |