mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
10 lines
301 B
Plaintext
10 lines
301 B
Plaintext
|
# Host configuration file for an NCR 3000 (i486/SVR43) system.
|
||
|
|
||
|
# The MetaWare compiler will generate a copyright message unless you
|
||
|
# 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
|