|
@@ -844,7 +844,7 @@ ifeq ($(CC_NAME), gcc)
|
|
#if gcc 4.0+
|
|
#if gcc 4.0+
|
|
ifeq ($(CC_SHORTVER), 4.x)
|
|
ifeq ($(CC_SHORTVER), 4.x)
|
|
CPU ?= powerpc
|
|
CPU ?= powerpc
|
|
- CFLAGS+=-minline-all-stringops -ftree-vectorize \
|
|
|
|
|
|
+ CFLAGS+=-ftree-vectorize \
|
|
-mtune=$(CPU) -maltivec
|
|
-mtune=$(CPU) -maltivec
|
|
else
|
|
else
|
|
#if gcc 3.4+
|
|
#if gcc 3.4+
|
|
@@ -883,7 +883,7 @@ ifeq ($(CC_NAME), gcc)
|
|
CFLAGS= -O9 -funroll-loops $(PROFILE) -Wall
|
|
CFLAGS= -O9 -funroll-loops $(PROFILE) -Wall
|
|
ifeq ($(CC_SHORTVER), 4.x)
|
|
ifeq ($(CC_SHORTVER), 4.x)
|
|
CPU ?= powerpc64
|
|
CPU ?= powerpc64
|
|
- CFLAGS+=-minline-all-stringops -ftree-vectorize \
|
|
|
|
|
|
+ CFLAGS+=-ftree-vectorize \
|
|
-mtune=$(CPU) -maltivec
|
|
-mtune=$(CPU) -maltivec
|
|
else
|
|
else
|
|
#if gcc 3.4+
|
|
#if gcc 3.4+
|