]> git.pld-linux.org Git - packages/asterisk.git/blob - asterisk-Makefile_fix_gcc33.patch
- up to latest
[packages/asterisk.git] / asterisk-Makefile_fix_gcc33.patch
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.037171 seconds and 3 git commands to generate.