]> git.pld-linux.org Git - packages/asterisk.git/blobdiff - asterisk-Makefile_fix_gcc33.patch
- little cleanup in BR, STBR
[packages/asterisk.git] / asterisk-Makefile_fix_gcc33.patch
index b4918500b29f36351da0836c091b42e0978649e5..6a079973aaf9d79871b206e9cbc3349dc65cc38f 100644 (file)
@@ -1,13 +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)
+--- asterisk-1.2.9.1/Makefile.org      2006-06-10 23:39:03.879321846 +0200
++++ asterisk-1.2.9.1/Makefile  2006-06-10 23:39:13.114027726 +0200
+@@ -179,8 +179,8 @@
  ifeq ($(PROC),x86_64)
    # You must have GCC 3.4 to use k8, otherwise use athlon
+-    PROC=k8
+-    #PROC=athlon
++    #PROC=k8
++    PROC=athlon
+   endif
  ifeq ($(PROC),sparc64)
This page took 0.150603 seconds and 4 git commands to generate.