]> gcc.gnu.org Git - gcc.git/blame - config/mh-sysv4
a
[gcc.git] / config / mh-sysv4
CommitLineData
6599da04
JM
1# Define SYSV as -DSYSV if you are using a System V operating system.
2SYSV = -DSYSV -DSVR4
3RANLIB = true
4
5# C++ debugging is not yet supported under SVR4 (DWARF)
6CXXFLAGS=-O
7
8# The l flag generates a warning from the SVR4 archiver, remove it.
9AR_FLAGS = cr
10
11X11_EXTRA_LIBS = -lnsl
This page took 0.053832 seconds and 5 git commands to generate.