diff options
Diffstat (limited to 'packages')
-rwxr-xr-x | packages/linux_make/Makefile | 2 |
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) |