r3998 - in trunk/kernel/linux-2.6/debian: . arch/i386
Simon Horman
horms at costa.debian.org
Sun Aug 21 01:56:10 UTC 2005
Author: horms
Date: 2005-08-21 01:56:09 +0000 (Sun, 21 Aug 2005)
New Revision: 3998
Modified:
trunk/kernel/linux-2.6/debian/arch/i386/config.386
trunk/kernel/linux-2.6/debian/changelog
Log:
* - Unset CC_OPTIMIZE_FOR_SIZE in i386 config,
it breaks iproute's (and other netlink users) ability
to set routes. (closes: #322723)
Modified: trunk/kernel/linux-2.6/debian/arch/i386/config.386
===================================================================
--- trunk/kernel/linux-2.6/debian/arch/i386/config.386 2005-08-20 23:28:43 UTC (rev 3997)
+++ trunk/kernel/linux-2.6/debian/arch/i386/config.386 2005-08-21 01:56:09 UTC (rev 3998)
@@ -1,4 +1,4 @@
-CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_M386=y
# CONFIG_M686 is not set
# CONFIG_MK7 is not set
Modified: trunk/kernel/linux-2.6/debian/changelog
===================================================================
--- trunk/kernel/linux-2.6/debian/changelog 2005-08-20 23:28:43 UTC (rev 3997)
+++ trunk/kernel/linux-2.6/debian/changelog 2005-08-21 01:56:09 UTC (rev 3998)
@@ -1,8 +1,11 @@
linux-2.6 (2.6.12+2.6.13-rc6-1) UNRELEASED; urgency=low
- *
+ [ Simon Horman ]
+ * - Unset CC_OPTIMIZE_FOR_SIZE in i386 config,
+ it breaks iproute's (and other netlink users) ability
+ to set routes. (closes: #322723)
- -- Bastian Blank <waldi at debian.org> Fri, 19 Aug 2005 16:20:36 +0200
+ -- Simon Horman <horms at debian.org> Sun, 21 Aug 2005 10:55:12 +0900
linux-2.6 (2.6.12-6) UNRELEASED; urgency=low
More information about the Kernel-svn-changes
mailing list