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/stratus.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/stratus.mh')
-rw-r--r-- | gdb/config/stratus.mh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/stratus.mh b/gdb/config/stratus.mh index 3888593..4a184f7 100644 --- a/gdb/config/stratus.mh +++ b/gdb/config/stratus.mh @@ -19,3 +19,6 @@ ALLOCA1=alloca.o # old termcap descriptions are incomplete. So ensure that we use the # new terminfo interface and latest terminal descriptions. TERMCAP=-ltermlib + +# SVR4 puts the BSD compatible install in /usr/ucb. +INSTALL = /usr/ucb/install -c |