aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpackages/linux_make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile
index 06954213..fecf36ff 100755
--- a/packages/linux_make/Makefile
+++ b/packages/linux_make/Makefile
@@ -24,7 +24,7 @@ OPT_CFLAGS += -mcpu=i686 -march=i386
#OPT_CFLAGS += -march=pentium4 -msse -msse2 -mfpmath=sse
endif
ifeq ($(TARGET_PLATFORM),ppc)
- OPT_CFLAGS += -pipe -fsigned-char -mpowerpc-gfxopt
+ OPT_CFLAGS += -pipe -fsigned-char -mpowerpc
endif
GCC_VERSION := $(shell gcc -dumpversion)