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

Robert Millan rmh at alioth.debian.org
Sun Jan 8 15:18:38 UTC 2012


Author: rmh
Date: 2012-01-08 15:18:37 +0000 (Sun, 08 Jan 2012)
New Revision: 3968

Modified:
   trunk/kfreebsd-9/debian/changelog
   trunk/kfreebsd-9/debian/rules
Log:
Build with GCC 4.5.  (Closes: #654739)

Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2012-01-08 14:56:45 UTC (rev 3967)
+++ trunk/kfreebsd-9/debian/changelog	2012-01-08 15:18:37 UTC (rev 3968)
@@ -2,8 +2,9 @@
 
   * Remove 951_disable_mk_magic.diff, build-depend on freebsd-buildutils
     >= 9 instead.
+  * Build with GCC 4.5.  (Closes: #654739)
 
- -- Robert Millan <rmh at debian.org>  Sun, 08 Jan 2012 00:40:31 +0100
+ -- Robert Millan <rmh at debian.org>  Sun, 08 Jan 2012 16:18:23 +0100
 
 kfreebsd-9 (9.0-1) unstable; urgency=low
 

Modified: trunk/kfreebsd-9/debian/rules
===================================================================
--- trunk/kfreebsd-9/debian/rules	2012-01-08 14:56:45 UTC (rev 3967)
+++ trunk/kfreebsd-9/debian/rules	2012-01-08 15:18:37 UTC (rev 3968)
@@ -22,7 +22,7 @@
 configfile	:= DEBCUSTOM
 abiname		:= 1
 ld_target	:= $(shell ld --help | sed -ne "s/[^ :]*: supported targets: \([^ ]*\) .*/\1/p")
-gcc_version	:= 4.4
+gcc_version	:= 4.5
 
 ifeq ($(cpu), mipsel)
 kfreebsd_cpu	:= mips




More information about the Glibc-bsd-commits mailing list