source: trunk/third/gcc/config/mh-cxux @ 14548

Revision 14548, 411 bytes checked in by ghudson, 25 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r14547, which included commits to RCS files with non-trunk default branches.
Line 
1# Configuration for Harris CX/UX 7 (and maybe 6), based on sysv4 configuration.
2
3# Define SYSV as -DSYSV if you are using a System V operating system.
4SYSV = -DSYSV -DSVR4
5RANLIB = true
6
7# C++ debugging is not yet supported under SVR4 (DWARF)
8CXXFLAGS=-O
9
10# The l flag generates a warning from the SVR4 archiver, remove it.
11AR_FLAGS = cq
12
13# Under CX/UX, we want to tell the compiler to use ANSI mode.
14CC=cc -Xa
Note: See TracBrowser for help on using the repository browser.