]> git.pld-linux.org Git - packages/asterisk.git/blame - asterisk-Makefile_fix_gcc33.patch
- 1.2.8
[packages/asterisk.git] / asterisk-Makefile_fix_gcc33.patch
CommitLineData
f5a8d2bc 1--- asterisk-1.2.0/Makefile.orig 2005-11-21 14:34:29.000000000 +0100
2+++ asterisk-1.2.0/Makefile 2005-11-21 14:34:36.000000000 +0100
3@@ -177,8 +177,8 @@
4
5 ifeq ($(PROC),x86_64)
6 # You must have GCC 3.4 to use k8, otherwise use athlon
7- PROC=k8
8- #PROC=athlon
9+ #PROC=k8
10+ PROC=athlon
11 OPTIONS+=-m64
12 endif
13
This page took 0.100808 seconds and 4 git commands to generate.