diff options
author | Per Bothner <per@bothner.com> | 1994-06-05 00:23:26 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1994-06-05 00:23:26 +0000 |
commit | d376e43bacdf76d5f2eab6d876472af286a818fe (patch) | |
tree | dce692b2b96f788c630abfa52aef083632c2d1f3 | |
parent | 1fbfe10880b7782ec6d0f22f5bf3962bca03a853 (diff) | |
download | gdb-d376e43bacdf76d5f2eab6d876472af286a818fe.zip gdb-d376e43bacdf76d5f2eab6d876472af286a818fe.tar.gz gdb-d376e43bacdf76d5f2eab6d876472af286a818fe.tar.bz2 |
* mh-ncrsvr43: New file from Tom McConnell <tmcconne@sedona.intel.com>.
-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 |