Add inftarg.o and fork-child.o to all *.mh that reference infptrace.o.
[deliverable/binutils-gdb.git] / gdb / config / ncr3000.mh
index d311a6e5b11e2350d0c16bfc26bdb558f07e60fd..6c5c8d1cdfd187ed12768a5a6523078d99ca8469 100644 (file)
@@ -1,7 +1,7 @@
 # Host: Intel 386 running SVR4.
 
 # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc.
-# This compiler not only emits abnoxious copyright messages every time
+# This compiler not only emits obnoxious copyright messages every time
 # you run it, but it chokes and dies on a whole bunch of GNU source
 # files.  Default to using the AT&T compiler installed in /usr/ccs/ATT/cc.
 # Unfortunately though, the AT&T compiler sometimes generates code that
@@ -15,7 +15,7 @@ REGEX1=regex.o
 
 # Need to compile and link in support for SVR4's /proc and i386 host dependent
 # routines.
-XDEPFILES= procfs.o i386-xdep.o
+XDEPFILES= procfs.o fork-child.o i386-xdep.o
 
 # Use the i386 SVR4 host configuration file.
 XM_FILE= xm-i386v4.h
@@ -35,5 +35,6 @@ ALLOCA1=alloca.o
 # new terminfo interface and latest terminal descriptions.
 TERMCAP=-ltermlib
 
-# SVR4 puts the BSD compatible install in /usr/ucb.
-INSTALL = /usr/ucb/install -c
+# The /usr/ucb/install program is incompatible (complains about unknown
+# group staff).  Use good old cp...
+INSTALL = cp
This page took 0.023638 seconds and 4 git commands to generate.