# $Id: mh-dgux386,v 1.3 1999/10/22 14:07:04 jordan Exp $
# from mh-dgux
CC="gcc -Wall -ansi -D__using_DGUX -DHOST_SYS=DGUX_SYS"

# sysv 4 compliant
SVR4LD=yes

# The l flag generates a warning from the SVR4 archiver, remove it.
AR_FLAGS=cr

# from angela
# no debugging due to broken compiler, use BSD style timeofday
CFLAGS="-O -D_BSD_TIMEOFDAY_FLAVOR"

