[Glibc-bsd-commits] r4834 - in trunk: . kfreebsd-9.1/debian kfreebsd-9.1/debian/patches

Petr Salinger ps-guest at alioth.debian.org
Mon Jul 29 19:30:57 UTC 2013


Author: ps-guest
Date: 2013-07-29 19:30:57 +0000 (Mon, 29 Jul 2013)
New Revision: 4834

Added:
   trunk/kfreebsd-9.1/
Modified:
   trunk/kfreebsd-9.1/debian/changelog
   trunk/kfreebsd-9.1/debian/patches/series
   trunk/kfreebsd-9.1/debian/rules
Log:
branch kfreebsd-9.1 and switch back to gcc-4.6


Modified: trunk/kfreebsd-9.1/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2013-07-22 16:24:11 UTC (rev 4782)
+++ trunk/kfreebsd-9.1/debian/changelog	2013-07-29 19:30:57 UTC (rev 4834)
@@ -1,3 +1,12 @@
+kfreebsd-9 (9.1-4) UNRELEASED; urgency=low
+
+  [ Petr Salinger ]
+  * switch back to gcc-4.6
+    reenable 901_disable_optimization_2.diff
+    Closes: #718250.
+
+ -- Robert Millan <rmh at debian.org>  Mon, 29 Jul 2013 21:50:20 +0200
+
 kfreebsd-9 (9.1-3) unstable; urgency=low
 
   * Reupload.

Modified: trunk/kfreebsd-9.1/debian/patches/series
===================================================================
--- trunk/kfreebsd-9/debian/patches/series	2013-07-22 16:24:11 UTC (rev 4782)
+++ trunk/kfreebsd-9.1/debian/patches/series	2013-07-29 19:30:57 UTC (rev 4834)
@@ -23,7 +23,7 @@
 111_ldd_load_address.diff
 
 # Patches that are likely to be Debian-specific
-#901_disable_optimization_2.diff
+901_disable_optimization_2.diff
 902_version.diff
 904_dev_full.diff
 906_grow_sysv_ipc_limits.diff

Modified: trunk/kfreebsd-9.1/debian/rules
===================================================================
--- trunk/kfreebsd-9/debian/rules	2013-07-22 16:24:11 UTC (rev 4782)
+++ trunk/kfreebsd-9.1/debian/rules	2013-07-29 19:30:57 UTC (rev 4834)
@@ -22,7 +22,7 @@
 configfile	:= DEBCUSTOM
 abiname		:= 1
 ld_target	:= $(shell ld --help | sed -ne "s/[^ :]*: supported targets: \([^ ]*\) .*/\1/p")
-gcc_version	:= 4.8
+gcc_version	:= 4.6
 
 ifeq ($(cpu), mipsel)
 kfreebsd_cpu	:= mips




More information about the Glibc-bsd-commits mailing list