[Glibc-bsd-commits] r2289 - trunk/kfreebsd-6/debian

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Wed Aug 6 18:28:34 UTC 2008


Author: aurel32
Date: 2008-08-06 18:28:33 +0000 (Wed, 06 Aug 2008)
New Revision: 2289

Modified:
   trunk/kfreebsd-6/debian/changelog
   trunk/kfreebsd-6/debian/rules
Log:
  [ Petr Salinger ]
  * Fix debian/patches/{000_nfe.diff,920_gcc4.diff}.

  [ Aurelien Jarno ]
  * Build back with gcc-3.4.



Modified: trunk/kfreebsd-6/debian/changelog
===================================================================
--- trunk/kfreebsd-6/debian/changelog	2008-08-06 18:15:20 UTC (rev 2288)
+++ trunk/kfreebsd-6/debian/changelog	2008-08-06 18:28:33 UTC (rev 2289)
@@ -1,3 +1,13 @@
+kfreebsd-6 (6.3-6) unstable; urgency=low
+
+  [ Petr Salinger ]
+  * Fix debian/patches/{000_nfe.diff,920_gcc4.diff}.
+
+  [ Aurelien Jarno ]
+  * Build back with gcc-3.4.
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Wed, 06 Aug 2008 20:27:15 +0200
+
 kfreebsd-6 (6.3-5) unstable; urgency=low
 
   [ Petr Salinger ]

Modified: trunk/kfreebsd-6/debian/rules
===================================================================
--- trunk/kfreebsd-6/debian/rules	2008-08-06 18:15:20 UTC (rev 2288)
+++ trunk/kfreebsd-6/debian/rules	2008-08-06 18:28:33 UTC (rev 2289)
@@ -28,7 +28,7 @@
 HEADERS_DIR	:= kfreebsd-headers-$(version)-$(abiname)
 FLAVOR_DIR	:= flavor-$(version)-$(abiname)
 
-MAKE		:= make MACHINE_ARCH=$(cpu) CC=gcc-4.3 WERROR= 
+MAKE		:= make MACHINE_ARCH=$(cpu) CC=gcc-3.4 WERROR= 
 PATH		:= $(CURDIR)/config:/usr/lib/freebsd:$(PATH)
 
 control: clean




More information about the Glibc-bsd-commits mailing list