diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-07-16 19:24:33 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-07-16 19:24:33 +0000 |
commit | d4e36233257d3ea2af0f4aa31e323ad1f7f670dc (patch) | |
tree | f967d2abdc95826aee558ee66c40c3d64fec1f1d /config/mh-cxux | |
parent | 48de34953fd0d9a5067fc909d08d314b01de6025 (diff) | |
download | gdb-d4e36233257d3ea2af0f4aa31e323ad1f7f670dc.zip gdb-d4e36233257d3ea2af0f4aa31e323ad1f7f670dc.tar.gz gdb-d4e36233257d3ea2af0f4aa31e323ad1f7f670dc.tar.bz2 |
* mh-cxux: New file, from Bob Rusk (rrusk@mail.csd.harris.com).
Diffstat (limited to 'config/mh-cxux')
-rw-r--r-- | config/mh-cxux | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config/mh-cxux b/config/mh-cxux new file mode 100644 index 0000000..c5f4bb1 --- /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 |