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/sun4os5.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/sun4os5.mh')
-rwxr-xr-x | gdb/config/sun4os5.mh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/config/sun4os5.mh b/gdb/config/sun4os5.mh index 10f7c46..60e965d 100755 --- a/gdb/config/sun4os5.mh +++ b/gdb/config/sun4os5.mh @@ -19,3 +19,8 @@ REGEX1=regex.o # old termcap descriptions are incomplete. So ensure that we use the # new terminfo interface and latest terminal descriptions. TERMCAP=-ltermlib + +# Sun's compilers require the -xs option to produce debug information +# in the final linked executable. Otherwise they leave it in the .o +# files only, with undocumented pointers to it in the linked executable. +MH_CFLAGS=-xs |