]> gcc.gnu.org Git - gcc.git/blame - config/mh-dgux386
a
[gcc.git] / config / mh-dgux386
CommitLineData
6599da04
JM
1# from mh-dgux
2HDEFINES=-DHOST_SYS=DGUX_SYS
3CC=gcc -Wall -ansi -D__using_DGUX
4RANLIB = true
5
6# from mh-sysv4
7# Define SYSV as -DSYSV if you are using a System V operating system.
8SYSV = -DSYSV -DSVR4
9RANLIB = true
10
11# C++ debugging is not yet supported under SVR4 (DWARF)
12CXXFLAGS=-O
13
14# The l flag generates a warning from the SVR4 archiver, remove it.
15AR_FLAGS = cr
16
17X11_EXTRA_LIBS = -lnsl
18
19# from angela
20# no debugging due to broken compiler, use BSD style timeofday
21CFLAGS=-O -D_BSD_TIMEOFDAY_FLAVOR
22
This page took 0.046193 seconds and 5 git commands to generate.