aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
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
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')
-rw-r--r--gdb/config/amix.mh3
-rw-r--r--gdb/config/i386v4.mh3
-rw-r--r--gdb/config/ncr3000.mh3
-rw-r--r--gdb/config/stratus.mh3
-rwxr-xr-xgdb/config/sun4os5.mh3
5 files changed, 15 insertions, 0 deletions
diff --git a/gdb/config/amix.mh b/gdb/config/amix.mh
index 945a50f..bca61a0 100644
--- a/gdb/config/amix.mh
+++ b/gdb/config/amix.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
diff --git a/gdb/config/i386v4.mh b/gdb/config/i386v4.mh
index ac7ad65..9982d2f 100644
--- a/gdb/config/i386v4.mh
+++ b/gdb/config/i386v4.mh
@@ -25,3 +25,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
diff --git a/gdb/config/ncr3000.mh b/gdb/config/ncr3000.mh
index f5ae3f9..d311a6e 100644
--- a/gdb/config/ncr3000.mh
+++ b/gdb/config/ncr3000.mh
@@ -34,3 +34,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
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
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.