]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 15 Nov 2004 19:56:01 +0000 (19:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asterisk-Makefile_fix_gcc33.patch -> 1.1

asterisk-Makefile_fix_gcc33.patch [new file with mode: 0644]

diff --git a/asterisk-Makefile_fix_gcc33.patch b/asterisk-Makefile_fix_gcc33.patch
new file mode 100644 (file)
index 0000000..b491850
--- /dev/null
@@ -0,0 +1,13 @@
+--- Makefile~  2004-09-16 20:46:39.000000000 +0200
++++ Makefile   2004-11-15 20:53:39.660750720 +0100
+@@ -22,8 +22,8 @@
+ PROC=$(shell uname -m)
+ ifeq ($(PROC),x86_64)
+ # You must have GCC 3.4 to use k8, otherwise use athlon
+-PROC=k8
+-#PROC=athlon
++#PROC=k8
++PROC=athlon
+ OPTIONS+=-m64
+ endif
+ ifeq ($(PROC),sparc64)
This page took 0.057634 seconds and 4 git commands to generate.