2011-03-30 12:46:40 +00:00
|
|
|
#
|
|
|
|
# common mkfile parameters shared by all architectures
|
|
|
|
#
|
|
|
|
|
2019-05-03 19:12:31 +00:00
|
|
|
OS=05678qv
|
2021-06-21 03:34:47 +00:00
|
|
|
CPUS=spim arm arm64 amd64 386 power mips
|
2011-03-30 12:46:40 +00:00
|
|
|
CFLAGS=-FTVw
|
|
|
|
LEX=lex
|
|
|
|
YACC=yacc
|
|
|
|
MK=/bin/mk
|
|
|
|
|
|
|
|
# recursive mk will have these set from the parent
|
|
|
|
# this is never what we want. clear them
|
|
|
|
|
|
|
|
TARG=
|
|
|
|
OFILES=
|
|
|
|
HFILES=
|
|
|
|
YFILES=
|
2015-09-10 01:59:40 +00:00
|
|
|
LIB=
|