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:
Martin Pycko
2003-07-28 14:43:07 +00:00
parent 3119961e8c
commit 57d8ea696c

View File

@@ -15,15 +15,18 @@
OSARCH=$(shell uname -s)
# Pentium Pro Optimize
PROC=i686
# Pentium Optimize
#PROC=i586
#PROC=k6
#PROC=ppc
ifeq (${OSARCH},Linux)
PROC=$(shell uname -m)
endif
# Pentium Pro Optimize
#PROC=i686
# Pentium & VIA processors optimize
#PROC=i586
#PROC=k6
#PROC=ppc
PWD=$(shell pwd)
######### More GSM codec optimization