summaryrefslogtreecommitdiffstats
path: root/recipes/libvorbis/libvorbis/configure_powerpc-no-fixed-cpu.patch
blob: 4ad71a16c599a013fed8f1c3ad54316d06ca9a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: libvorbis-1.2.0/configure.in
===================================================================
--- libvorbis-1.2.0.orig/configure.in	2009-09-23 14:24:13.000000000 +0200
+++ libvorbis-1.2.0/configure.in	2009-09-23 14:24:29.000000000 +0200
@@ -149,8 +149,8 @@
   		fi;;
 	powerpc-*-linux*)
 		DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES"
-		CFLAGS="-O3 -ffast-math -mfused-madd -mcpu=750 -D_REENTRANT"
-		PROFILE="-pg -g -O3 -ffast-math -mfused-madd -mcpu=750 -D_REENTRANT";;
+		CFLAGS="-O3 -ffast-math -mfused-madd -D_REENTRANT"
+		PROFILE="-pg -g -O3 -ffast-math -mfused-madd -D_REENTRANT";;
 	*-*-linux*)
 		DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
 		CFLAGS="-O20 -ffast-math -D_REENTRANT -fsigned-char"