Thomas Grill wrote:
i don't know if -march=ppc is valid or not but you can just omit it. In case you really want to have cpu-optimized code, you could also try -march=G4 or something like that.
Gentoo PPC uses -mtune=powerpc (instead of an -march flag) for compiling, so you can try that as well.
d.