13 lines
378 B
Plaintext
13 lines
378 B
Plaintext
TFP_WORKAROUNDS =-DTFP_TLBCACHE_WAR -DTFP_CC2 -DTFP_ADE_EBUS_WBACK_WAR -DTFP_CC_REGISTER_READ_WAR
|
|
|
|
CPUARCH_DEFS=-DTFP -D_PAGESZ=16384 $(CPUARCH_PRODDEFS) $(TFP_WORKAROUNDS)
|
|
|
|
CPUARCH_MD_COPTS=
|
|
CPUARCH_MD_ASOPTS=
|
|
|
|
# TFP could use default MIPSVERS of -mips4, but it has not been tested.
|
|
CPUARCH_MI_MIPSVERS=-mips3
|
|
MIPSVERS=-mips3 -TARG:processor=r4000
|
|
|
|
include $(DEPTH)/MIPS64defs
|