ed4044e070
* t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS. * x-netbsd: Likewise * x-dgux (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS (INSTALL_HEADERS): Delete. * x-dguxbcs: Likewise. * x-hp3bsd44: Likewise * x-pa: Likewise. From-SVN: r14959
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 =
|
|
|