From 9738b30f9dcabf7120a2315af547635700079449 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 16 Oct 2007 21:35:46 +0000 Subject: made more general powerpc option to try to fix FFT and freeverb bugs svn path=/trunk/; revision=8820 --- packages/linux_make/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/linux_make') 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) -- cgit v1.2.1