[Glibc-bsd-commits] r4081 - trunk/kfreebsd-9/debian

Robert Millan rmh at alioth.debian.org
Sun Feb 5 13:14:04 UTC 2012


Author: rmh
Date: 2012-02-05 13:14:03 +0000 (Sun, 05 Feb 2012)
New Revision: 4081

Modified:
   trunk/kfreebsd-9/debian/changelog
   trunk/kfreebsd-9/debian/rules
Log:
Build with GCC 4.6

Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2012-02-04 16:39:15 UTC (rev 4080)
+++ trunk/kfreebsd-9/debian/changelog	2012-02-05 13:14:03 UTC (rev 4081)
@@ -2,7 +2,7 @@
 
   * Remove 951_disable_mk_magic.diff, build-depend on freebsd-buildutils
     >= 9 instead.
-  * Build with GCC 4.5.  (Closes: #654739)
+  * Build with GCC 4.6.  (Closes: #654739)
   * 904_dev_full.diff: Small bugfix affecting destruction of /dev/full.
 
  -- Robert Millan <rmh at debian.org>  Sun, 15 Jan 2012 16:17:49 +0100

Modified: trunk/kfreebsd-9/debian/rules
===================================================================
--- trunk/kfreebsd-9/debian/rules	2012-02-04 16:39:15 UTC (rev 4080)
+++ trunk/kfreebsd-9/debian/rules	2012-02-05 13:14:03 UTC (rev 4081)
@@ -22,7 +22,7 @@
 configfile	:= DEBCUSTOM
 abiname		:= 1
 ld_target	:= $(shell ld --help | sed -ne "s/[^ :]*: supported targets: \([^ ]*\) .*/\1/p")
-gcc_version	:= 4.5
+gcc_version	:= 4.6
 
 ifeq ($(cpu), mipsel)
 kfreebsd_cpu	:= mips




More information about the Glibc-bsd-commits mailing list