blob: 756d43ca6fcdb04e7cac741bef3077020d997fe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- codecs/gsm/Makefile.orig Tue May 30 22:18:30 2006
+++ codecs/gsm/Makefile Wed Jun 14 14:07:42 2006
@@ -51,7 +51,7 @@
ifneq (${PROC},ppc)
ifneq (${PROC},ppc64)
ifneq (${PROC},s390)
-OPTIMIZE+=-march=$(PROC)
+#OPTIMIZE+=-march=$(PROC)
endif
endif
endif
|