Fix autoconf breakage + commit target.c, omitted in previous delta
[deliverable/binutils-gdb.git] / config / mh-ncr3000
index 6ab0a531c3d7d176f55575f582c3176d5b265913..5bbd8037009fb593ea07004c3136f4cb69ca6636 100644 (file)
@@ -1,7 +1,7 @@
 # Host configuration file for an NCR 3000 (i486/SVR4) system.
 
 # 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
@@ -11,8 +11,7 @@ CFLAGS =
 
 # Define SYSV as -DSYSV if you are using a System V operating system.
 SYSV = -DSYSV -DSVR4
-RANLIB = echo >/dev/null
-INSTALL = /usr/ucb/install -c
+RANLIB = true
 
 # The l flag generates a warning from the SVR4 archiver, remove it.
 AR_FLAGS = cq
This page took 0.025703 seconds and 4 git commands to generate.