blob: bc1eafe80e7f1579ecec9511c4de4ca7564b8520 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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
# 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
|