Open runlevel5 opened 1 year ago
-mcpu=powerpc
-mcpu=power7
-mcpu=power8
ALTIVEC_CFLAGS = -maltivec
BASE_CFLAGS += -m64
-mcpu
-m64
-maltivec
It is ready for review
FYI, the build log can be found at https://gist.github.com/runlevel5/9f8bd6cfdedb21a53a31df0a374adde4
Changes
-mcpu=powerpc
for PowerPC 32bit-mcpu=power7
for PowerPC64 Big Endian-mcpu=power8
for PowerPC64 Little EndianALTIVEC_CFLAGS = -maltivec
andBASE_CFLAGS += -m64
. Why? The-mcpu
would automatically enable-m64
and-maltivec
NOTE
It is ready for review
FYI, the build log can be found at https://gist.github.com/runlevel5/9f8bd6cfdedb21a53a31df0a374adde4
Screenshots