Dear List,
Trying to compile fluid~ on a linux powerpc machine, getting an error for
CFLAGS=-O6 -mcpu=pentiumpro
of course. What is the proper value for a powerpc cpu? Tried CFLAGS=-06 -mcpu=powerpc, but without success (more a crude estimation).
thanks, Peter
I read:
of course. What is the proper value for a powerpc cpu? Tried CFLAGS=-06 -mcpu=powerpc, but without success (more a crude estimation).
cat /proc/cpuinfo
over here I use -mcpu=7450 (and also -maltivec -mabi=altivec)
HTH
x