diff options
-rw-r--r-- | config/.Sanitize | 1 | ||||
-rw-r--r-- | config/mh-ncrsvr43 | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index 3c4a2e8..cc88806 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -46,6 +46,7 @@ mh-linux mh-lynxos mh-lynxrs6k mh-ncr3000 +mh-ncrsvr43 mh-riscos mh-sco mh-solaris diff --git a/config/mh-ncrsvr43 b/config/mh-ncrsvr43 new file mode 100644 index 0000000..bc1eafe --- /dev/null +++ b/config/mh-ncrsvr43 @@ -0,0 +1,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 |