|
Revision 3290, 0.9 kB
(checked in by tg, 5 years ago)
|
• tag a few diffs as local
• patch-utils_c: wtf is that? please elaborate the problem you're
trying to fix here, I think there's something wrong with it
|
| Line | |
|---|
| 1 |
$FreeWRT$ |
|---|
| 2 |
|
|---|
| 3 |
not for upstream submission |
|---|
| 4 |
|
|---|
| 5 |
--- asterisk-1.2.14.orig/codecs/gsm/Makefile 2006-07-24 19:05:56.000000000 +0200 |
|---|
| 6 |
+++ asterisk-1.2.14/codecs/gsm/Makefile 2007-01-28 19:15:55.000000000 +0100 |
|---|
| 7 |
@@ -51,7 +51,7 @@ ifneq (${OSARCH},Darwin) |
|---|
| 8 |
ifneq (${PROC},ppc) |
|---|
| 9 |
ifneq (${PROC},ppc64) |
|---|
| 10 |
ifneq (${PROC},s390) |
|---|
| 11 |
-OPTIMIZE+=-march=$(PROC) |
|---|
| 12 |
+OPTIMIZE+= |
|---|
| 13 |
endif |
|---|
| 14 |
endif |
|---|
| 15 |
endif |
|---|
| 16 |
@@ -243,7 +243,7 @@ ifneq ($(shell uname -m),sparc64) |
|---|
| 17 |
ifneq (${PROC},arm) |
|---|
| 18 |
ifneq ($(shell uname -m), parisc) |
|---|
| 19 |
ifneq ($(shell uname -m),s390) |
|---|
| 20 |
-GSM_SOURCES+= $(SRC)/k6opt.s |
|---|
| 21 |
+GSM_SOURCES+= |
|---|
| 22 |
endif |
|---|
| 23 |
endif |
|---|
| 24 |
endif |
|---|
| 25 |
@@ -310,7 +310,7 @@ ifneq ($(shell uname -m), sparc64) |
|---|
| 26 |
ifneq ($(shell uname -m), armv4l) |
|---|
| 27 |
ifneq ($(shell uname -m), parisc) |
|---|
| 28 |
ifneq ($(shell uname -m),s390) |
|---|
| 29 |
-GSM_OBJECTS+= $(SRC)/k6opt.o |
|---|
| 30 |
+GSM_OBJECTS+= |
|---|
| 31 |
endif |
|---|
| 32 |
endif |
|---|
| 33 |
endif |
|---|