12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
#
|
|
# host is ix86 running dgux
|
|
#
|
|
CC = /bin/gcc
|
|
X_CFLAGS = -O -mstandard -mlegend
|
|
BOOT_CFLAGS = -O2 -g -mstandard -mlegend $(CFLAGS)
|
|
CLIB = -lw32
|
|
RANLIB = true
|
|
USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS)
|
|
STMP_FIXPROTO =
|
|
|