Code: Select all
ARCH="ppc"
# GCC flags
CHOST="powerpc-apple-darwin"
CFLAGS="-mcpu=7450 -O2 -pipe
-maltivec -mabi=altivec -mpowerpc-gfxopt"
CXXFLAGS="-mcpu=7450 -O2 -pipe
-maltivec -mabi=altivec -mpowerpc-gfxopt"I have a second generation G4. Should I add/modify/delete any of those flags?
*EDIT*: I guess I should be using -faltivec since Portage utilizes the Apple gcc compiler.


