mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Move the PROC lines so that it works when VIA ppl change that variable
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1232 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
15
Makefile
15
Makefile
@@ -15,15 +15,18 @@
|
|||||||
|
|
||||||
OSARCH=$(shell uname -s)
|
OSARCH=$(shell uname -s)
|
||||||
|
|
||||||
# Pentium Pro Optimize
|
|
||||||
PROC=i686
|
|
||||||
# Pentium Optimize
|
|
||||||
#PROC=i586
|
|
||||||
#PROC=k6
|
|
||||||
#PROC=ppc
|
|
||||||
ifeq (${OSARCH},Linux)
|
ifeq (${OSARCH},Linux)
|
||||||
PROC=$(shell uname -m)
|
PROC=$(shell uname -m)
|
||||||
endif
|
endif
|
||||||
|
# Pentium Pro Optimize
|
||||||
|
#PROC=i686
|
||||||
|
|
||||||
|
# Pentium & VIA processors optimize
|
||||||
|
#PROC=i586
|
||||||
|
|
||||||
|
#PROC=k6
|
||||||
|
#PROC=ppc
|
||||||
|
|
||||||
PWD=$(shell pwd)
|
PWD=$(shell pwd)
|
||||||
|
|
||||||
######### More GSM codec optimization
|
######### More GSM codec optimization
|
||||||
|
Reference in New Issue
Block a user