aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
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.