[Glibc-bsd-commits] r3462 - trunk/kfreebsd-8/debian

Robert Millan rmh at alioth.debian.org
Fri Jun 17 10:19:04 UTC 2011


Author: rmh
Date: 2011-06-17 10:19:04 +0000 (Fri, 17 Jun 2011)
New Revision: 3462

Modified:
   trunk/kfreebsd-8/debian/changelog
   trunk/kfreebsd-8/debian/rules
Log:
Build by GCC 4.6.  (Closes: #594288)

Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2011-06-17 10:17:59 UTC (rev 3461)
+++ trunk/kfreebsd-8/debian/changelog	2011-06-17 10:19:04 UTC (rev 3462)
@@ -12,12 +12,13 @@
   * Add lintian override for "embedded-library" (zlib.ko).
   * Automatically propagate GCC version dependency to debian/control.
   * Add "(meta-package)" to Description of meta-packages to make lintian happy.
-  * Add myself to Uploaders.
+  * Add myself to Uploaders
+  * Build by GCC 4.6.  (Closes: #594288)
 
   [ Petr Salinger ]
   * Add 111_linprocfs_kthread.diff. Closes: #630104.
 
- -- Robert Millan <rmh at debian.org>  Fri, 17 Jun 2011 12:17:43 +0200
+ -- Robert Millan <rmh at debian.org>  Fri, 17 Jun 2011 12:18:14 +0200
 
 kfreebsd-8 (8.2-1) unstable; urgency=low
 

Modified: trunk/kfreebsd-8/debian/rules
===================================================================
--- trunk/kfreebsd-8/debian/rules	2011-06-17 10:17:59 UTC (rev 3461)
+++ trunk/kfreebsd-8/debian/rules	2011-06-17 10:19:04 UTC (rev 3462)
@@ -18,7 +18,7 @@
 configfile	:= DEBCUSTOM
 abiname		:= 1
 ld_target	:= $(shell ld --help | sed -ne "s/^ld: supported targets: \([^ ]*\) .*/\1/p")
-gcc_version	:= 4.3
+gcc_version	:= 4.6
 
 ifeq ($(cpu), mipsel)
 kfreebsd_cpu	:= mips




More information about the Glibc-bsd-commits mailing list