aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/sun4os5.mh
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-06-10 02:05:20 +0000
committerFred Fish <fnf@specifix.com>1992-06-10 02:05:20 +0000
commit36ce1b646904b96f10000668aac033f6a03f5206 (patch)
tree5a0240dcfbffd0ab24a7a5f5c9dbdd9977ff35f2 /gdb/config/sun4os5.mh
parentcc0d9de8676c3f2b43e42b6a43f9667632564d5d (diff)
downloadgdb-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-xgdb/config/sun4os5.mh3
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.