projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3119961
)
Move the PROC lines so that it works when VIA ppl change that variable
author
Martin Pycko
<martinp@digium.com>
Mon, 28 Jul 2003 14:43:07 +0000
(14:43 +0000)
committer
Martin Pycko
<martinp@digium.com>
Mon, 28 Jul 2003 14:43:07 +0000
(14:43 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1232
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
e70e0de
..
c515dd6
100755
(executable)
--- 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