Code: Select all
processor : 0
cpu : 7455, altivec supported
clock : 1000MHz
revision : 0.3 (pvr 8001 0303)
bogomips : 997.90
machine : PowerBook3,5
motherboard : PowerBook3,5 MacRISC2 MacRISC Power Macintosh
detected as : 80 (PowerBook Titanium IV)
pmac flags : 0000001b
L2 cache : 256K unified
memory : 1024MB
pmac-generation : NewWorldCode: Select all
CFLAGS="-O2 -pipe -mcpu=7400 -maltivec -mabi=altivec"Are there any other cflags I should include. After looking at the Wiki, I am considering the following:
CFLAGS="-mcpu=7450 -O2 -pipe -fno-strict-aliasing -maltivec -mabi=altivec -mpowerpc-gfxopt"
Is 7450 safe to use?



