Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 231065 Details for
Bug 318535
asterisk 1.6.2.7 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gsm-pic.patch
asterisk-1.6.2.7-gsm-pic.patch (text/plain), 2.20 KB, created by
Oliver Jaksch
on 2010-05-11 11:28:19 UTC
(
hide
)
Description:
gsm-pic.patch
Filename:
MIME Type:
Creator:
Oliver Jaksch
Created:
2010-05-11 11:28:19 UTC
Size:
2.20 KB
patch
obsolete
>diff -uNr asterisk-1.6.2.7.ORIG/codecs/gsm/Makefile asterisk-1.6.2.7/codecs/gsm/Makefile >--- asterisk-1.6.2.7.ORIG/codecs/gsm/Makefile 2010-03-09 21:39:20.000000000 +0100 >+++ asterisk-1.6.2.7/codecs/gsm/Makefile 2010-03-09 21:39:20.000000000 +0100 >@@ -37,28 +37,6 @@ > ######### ppro's, etc, as well as the AMD K6 and K7. The compile will > ######### probably require gcc. > >-ifeq (, $(findstring $(OSARCH) , Darwin SunOS )) >-ifeq (, $(findstring $(PROC) , x86_64 amd64 ultrasparc sparc64 arm armv5b armeb ppc powerpc ppc64 ia64 s390 bfin mipsel mips)) >-ifeq (, $(findstring $(shell uname -m) , ppc ppc64 alpha armv4l s390 )) >-ifeq ($(shell /usr/bin/sw_vers -productVersion | cut -c1-4),10.6) >-# Wow... Snow Leopard is BROKEN! >-OPTIMIZE+=-mtune=native >-else >-OPTIMIZE+=-march=$(PROC) >-endif >-endif >-endif >-endif >- >-#The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only. >-#This works for even old (2.96) versions of gcc and provides a small boost either way. >-#A ultrasparc cpu is really v9 but the stock debian stable 3.0 gcc doesn't support it. >-#So we go lowest common available by gcc and go a step down, still a step up from >-#the default as we now have a better instruction set to work with. - Belgarath >-ifeq ($(PROC),ultrasparc) >-OPTIMIZE+=-mcpu=v8 -mtune=$(PROC) -O3 >-endif >- > PG = > #PG = -g -pg > ######### Profiling flags. If you don't know what that means, leave it blank. >@@ -213,12 +191,10 @@ > # XXX Keep a space after each findstring argument > # XXX should merge with GSM_OBJECTS > ifeq ($(OSARCH),linux-gnu) >-ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 parisc s390 )) >-ifeq (,$(findstring $(PROC) , arm armv5b armeb powerpc ia64 s390 bfin mipsel mips )) >+ifneq ($(K6OPT),) > GSM_SOURCES+= $(SRC)/k6opt.s > endif > endif >-endif > > TOAST_SOURCES = $(SRC)/toast.c \ > $(SRC)/toast_lin.c \ >@@ -265,12 +241,10 @@ > $(SRC)/table.o > > ifeq ($(OSARCH),linux-gnu) >-ifeq (,$(findstring $(shell uname -m) , x86_64 amd64 ppc ppc64 alpha armv4l sparc64 parisc )) >-ifeq (,$(findstring $(PROC) , arm armv5b armeb powerpc ia64 bfin mipsel mips )) >+ifneq ($(K6OPT),) > GSM_OBJECTS+= $(SRC)/k6opt.o > endif > endif >-endif > > TOAST_OBJECTS = $(SRC)/toast.o \ > $(SRC)/toast_lin.o \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 318535
:
231063
| 231065 |
231067
|
231069
|
231071