aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-28 14:43:07 +0000
committermartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-28 14:43:07 +0000
commit680bfb976a7cfc10bdf96f96718c80015cd3c9e4 (patch)
treedd4c16f9fe6a29b7248556705cb386305257a0d7 /Makefile
parent6caea5c08d700b87ea4171216c8c112b700f7d5f (diff)
Move the PROC lines so that it works when VIA ppl change that variable
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1232 f38db490-d61c-443f-a65b-d21fe96a405b
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