Retro68
Retro68 copied to clipboard
Default PPC CPU target?
I've had some issues reported (on my project ssheven) running on PPC 601 systems (the earliest PPC macs). I've failed to figure out what the default PPC CPU target is for RetroPPC, but building ssheven with -mcpu=601
seems to fix the problems.
Is it targeting the PPC 603 by default?
apparently, 603 is the default, inherited from gcc for AIX, I assume. It seems to be easy to change.
This was fixed by #169?