diff options
Diffstat (limited to 'config/mh-ncrsvr43')
-rw-r--r-- | config/mh-ncrsvr43 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/mh-ncrsvr43 b/config/mh-ncrsvr43 new file mode 100644 index 0000000..43b0991 --- /dev/null +++ b/config/mh-ncrsvr43 @@ -0,0 +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 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 |