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/a29k.mt | |
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/a29k.mt')
-rw-r--r-- | gdb/config/a29k.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/a29k.mt b/gdb/config/a29k.mt index aa1db16..29ae63b 100644 --- a/gdb/config/a29k.mt +++ b/gdb/config/a29k.mt @@ -7,4 +7,4 @@ # Or run native on an Ultracomputer. TDEPFILES= exec.o am29k-pinsn.o am29k-tdep.o remote-eb.o remote-mm.o remote-adapt.o TM_FILE= tm-29k.h -TM_CFLAGS = -DNO_HIF_SUPPORT +MT_CFLAGS = -DNO_HIF_SUPPORT |