freewrt_2_0
| Line | |
|---|
| 1 | $FreeWRT$
|
|---|
| 2 | --- asterisk-1.2.15.orig/codecs/gsm/Makefile 2006-07-24 17:05:56.000000000 +0000
|
|---|
| 3 | +++ asterisk-1.2.15/codecs/gsm/Makefile 2007-02-12 11:08:08.000000000 +0000
|
|---|
| 4 | @@ -51,7 +51,7 @@ ifneq (${OSARCH},Darwin)
|
|---|
| 5 | ifneq (${PROC},ppc)
|
|---|
| 6 | ifneq (${PROC},ppc64)
|
|---|
| 7 | ifneq (${PROC},s390)
|
|---|
| 8 | -OPTIMIZE+=-march=$(PROC)
|
|---|
| 9 | +OPTIMIZE+=
|
|---|
| 10 | endif
|
|---|
| 11 | endif
|
|---|
| 12 | endif
|
|---|
| 13 | @@ -243,7 +243,7 @@ ifneq ($(shell uname -m),sparc64)
|
|---|
| 14 | ifneq (${PROC},arm)
|
|---|
| 15 | ifneq ($(shell uname -m), parisc)
|
|---|
| 16 | ifneq ($(shell uname -m),s390)
|
|---|
| 17 | -GSM_SOURCES+= $(SRC)/k6opt.s
|
|---|
| 18 | +GSM_SOURCES+=
|
|---|
| 19 | endif
|
|---|
| 20 | endif
|
|---|
| 21 | endif
|
|---|
| 22 | @@ -310,7 +310,7 @@ ifneq ($(shell uname -m), sparc64)
|
|---|
| 23 | ifneq ($(shell uname -m), armv4l)
|
|---|
| 24 | ifneq ($(shell uname -m), parisc)
|
|---|
| 25 | ifneq ($(shell uname -m),s390)
|
|---|
| 26 | -GSM_OBJECTS+= $(SRC)/k6opt.o
|
|---|
| 27 | +GSM_OBJECTS+=
|
|---|
| 28 | endif
|
|---|
| 29 | endif
|
|---|
| 30 | endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.