mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 20:02:47 +01:00
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 =
|
|
|