]> git.pld-linux.org Git - packages/asterisk.git/blob - asterisk-Makefile_fix_gcc33.patch
- small patch asterisk-no_k6_on_sparc.patch to build on sparcs(not only ultrasparc)
[packages/asterisk.git] / asterisk-Makefile_fix_gcc33.patch
1 --- Makefile~   2004-09-16 20:46:39.000000000 +0200
2 +++ Makefile    2004-11-15 20:53:39.660750720 +0100
3 @@ -22,8 +22,8 @@
4  PROC=$(shell uname -m)
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  ifeq ($(PROC),sparc64)
This page took 0.026694 seconds and 3 git commands to generate.