ok, I just compiled a new xmame.x11 v0.106 using MIPSpro and the following CFLAGS:
I added
only for scramble.c to compile (wasn't able to figure out any other way to get LNO not to die on scramble.c)
I attached the makefile and binary if anyone wants to give it a spin, its an easy 10 more fps than the gcc build for me. I can build a generic mips4 binary if anyone is interested
I'm still trying to figure out the m68k -IPA ld shizm
Code: Select all
CFLAGS = -woffall -O3 -mips4 -TARG:platform=IP35:proc=r16000 -OPT:Olimit=0:roundoff=3:alias=TYPED -INLINE
I added
Code: Select all
-LNO:opt=0
I attached the makefile and binary if anyone wants to give it a spin, its an easy 10 more fps than the gcc build for me. I can build a generic mips4 binary if anyone is interested
I'm still trying to figure out the m68k -IPA ld shizm