[Glibc-bsd-commits] r4074 - trunk/kfreebsd-10/debian
Robert Millan
rmh at alioth.debian.org
Sat Feb 4 13:11:49 UTC 2012
Author: rmh
Date: 2012-02-04 13:11:49 +0000 (Sat, 04 Feb 2012)
New Revision: 4074
Modified:
trunk/kfreebsd-10/debian/changelog
trunk/kfreebsd-10/debian/rules
Log:
Build by GCC 4.6.
Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog 2012-02-04 13:11:24 UTC (rev 4073)
+++ trunk/kfreebsd-10/debian/changelog 2012-02-04 13:11:49 UTC (rev 4074)
@@ -1,8 +1,9 @@
kfreebsd-10 (10.0~svn230972-2) UNRELEASED; urgency=low
* Disable adw via in WITHOUT_SOURCELESS_UCODE rather than in GENERIC.
+ * Build by GCC 4.6.
- -- Robert Millan <rmh at debian.org> Sat, 04 Feb 2012 13:02:30 +0100
+ -- Robert Millan <rmh at debian.org> Sat, 04 Feb 2012 14:11:39 +0100
kfreebsd-10 (10.0~svn230972-1) experimental; urgency=low
Modified: trunk/kfreebsd-10/debian/rules
===================================================================
--- trunk/kfreebsd-10/debian/rules 2012-02-04 13:11:24 UTC (rev 4073)
+++ trunk/kfreebsd-10/debian/rules 2012-02-04 13:11:49 UTC (rev 4074)
@@ -22,7 +22,7 @@
configfile := DEBCUSTOM
abiname := 0
ld_target := $(shell ld --help | sed -ne "s/[^ :]*: supported targets: \([^ ]*\) .*/\1/p")
-gcc_version := 4.4
+gcc_version := 4.6
ifeq ($(cpu), mipsel)
kfreebsd_cpu := mips
More information about the Glibc-bsd-commits
mailing list