diff options
author | Fred Fish <fnf@specifix.com> | 1992-06-10 02:05:20 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-06-10 02:05:20 +0000 |
commit | 36ce1b646904b96f10000668aac033f6a03f5206 (patch) | |
tree | 5a0240dcfbffd0ab24a7a5f5c9dbdd9977ff35f2 /gdb/config/sun4os5.mh | |
parent | cc0d9de8676c3f2b43e42b6a43f9667632564d5d (diff) | |
download | gdb-36ce1b646904b96f10000668aac033f6a03f5206.zip gdb-36ce1b646904b96f10000668aac033f6a03f5206.tar.gz gdb-36ce1b646904b96f10000668aac033f6a03f5206.tar.bz2 |
* c-exp.y, m2-exp.y: Move remapping defines for malloc and
realloc. Add remapping defines for {yyss, yyssp, yyvs, yyvsp}.
* config/{amix.mh, i386v4.mh, ncr3000.mh, stratus.mh,
sun4os5.mh}: Add definition for INSTALL using /usr/ucb/install.
Diffstat (limited to 'gdb/config/sun4os5.mh')
-rwxr-xr-x | gdb/config/sun4os5.mh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/sun4os5.mh b/gdb/config/sun4os5.mh index 60e965d..8ec7ab8 100755 --- a/gdb/config/sun4os5.mh +++ b/gdb/config/sun4os5.mh @@ -20,6 +20,9 @@ REGEX1=regex.o # new terminfo interface and latest terminal descriptions. TERMCAP=-ltermlib +# SVR4 puts the BSD compatible install in /usr/ucb. +INSTALL = /usr/ucb/install -c + # 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. |