From d4e36233257d3ea2af0f4aa31e323ad1f7f670dc Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Sat, 16 Jul 1994 19:24:33 +0000 Subject: [PATCH] * mh-cxux: New file, from Bob Rusk (rrusk@mail.csd.harris.com). --- config/.Sanitize | 7 +++++-- config/mh-cxux | 15 +++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 config/mh-cxux diff --git a/config/.Sanitize b/config/.Sanitize index 5f5d990c1d3..28343912c69 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -15,10 +15,12 @@ Do-first: +mpw_files="mpw-mh-mpw ChangeLog.mpw" + if ( echo $* | grep keep\-mpw > /dev/null) ; then - keep_these_too="mpw-mh-mpw ChangeLog.mpw ${keep_these_too}" + keep_these_too="${mpw_files} ${keep_these_too}" else - lose_these_too="mpw-mh-mpw ChangeLog.mpw ${lose_these_too}" + lose_these_too="${mpw_files} ${lose_these_too}" fi # All files listed between the "Things-to-keep:" line and the @@ -34,6 +36,7 @@ mh-a68bsd mh-aix mh-aix386 mh-apollo68 +mh-cxux mh-decstation mh-delta88 mh-dgux diff --git a/config/mh-cxux b/config/mh-cxux new file mode 100644 index 00000000000..c5f4bb149e8 --- /dev/null +++ b/config/mh-cxux @@ -0,0 +1,15 @@ +# Configuration for Harris CX/UX 7 (and maybe 6), based on sysv4 configuration. + +# Define SYSV as -DSYSV if you are using a System V operating system. +SYSV = -DSYSV -DSVR4 +RANLIB = true + +# C++ debugging is not yet supported under SVR4 (DWARF) +CXXFLAGS=-O + +# The l flag generates a warning from the SVR4 archiver, remove it. +AR_FLAGS = cq + +# Under CX/UX, we want to tell the compiler to use ANSI mode. +CFLAGS=-Xa -g +LDFLAGS=-Xa -g -- 2.30.2