summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Pycko <martinp@digium.com>2003-07-28 14:43:07 +0000
committerMartin Pycko <martinp@digium.com>2003-07-28 14:43:07 +0000
commit57d8ea696c3a2726fcc7bb6b1ee021d56f6194b8 (patch)
treedd4c16f9fe6a29b7248556705cb386305257a0d7 /Makefile
parent3119961e8c4523e744ad284f7b4fffdd0a1aede5 (diff)
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
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index e70e0deec..c515dd655 100755
--- a/Makefile
+++ b/Makefile
@@ -15,15 +15,18 @@
OSARCH=$(shell uname -s)
+ifeq (${OSARCH},Linux)
+PROC=$(shell uname -m)
+endif
# Pentium Pro Optimize
-PROC=i686
-# Pentium Optimize
+#PROC=i686
+
+# Pentium & VIA processors optimize
#PROC=i586
+
#PROC=k6
#PROC=ppc
-ifeq (${OSARCH},Linux)
-PROC=$(shell uname -m)
-endif
+
PWD=$(shell pwd)
######### More GSM codec optimization