Change default start address to 0x10000 so that it fits in 20 bits
[deliverable/binutils-gdb.git] / config / mh-ncrsvr43
index bc1eafe80e7f1579ecec9511c4de4ca7564b8520..43b09912ca915066b0aec12a109270e148887f11 100644 (file)
@@ -1,12 +1,9 @@
 # Host configuration file for an NCR 3000 (i486/SVR43) system.
 
 # The MetaWare compiler will generate a copyright message unless you
-# turn it off.
-CFLAGS = -g -Hnocopyr
+# turn it off by adding the -Hnocopyr flag.
+CC = cc -Hnocopyr
 
 # Define SYSV as -DSYSV if you are using a System V operating system.
 SYSV = -DSYSV -DSVR4
 RANLIB = true
-
-# The l flag generates a warning from the SVR4 archiver, remove it.
-AR_FLAGS = cq
This page took 0.045469 seconds and 4 git commands to generate.