changeset 1572:30b0392327ef

Workaround for linux breaking my toolchain on i686.
author Rob Landley <rob@landley.net>
date Thu, 13 Dec 2012 18:24:54 -0600
parents ffa79617fb3f
children e102acef0200
files sources/patches/linux-hack.patch
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/patches/linux-hack.patch	Thu Dec 13 18:24:54 2012 -0600
@@ -0,0 +1,15 @@
+This is a workaround for commit e09df47885d7 which broke building i686 with
+gcc 4.2. Remind me to patch gcc to fix this...
+
+diff --git a/init/Kconfig b/init/Kconfig
+index 6fdd6e3..938b342 100644
+--- a/init/Kconfig
++++ b/init/Kconfig
+@@ -1666,6 +1666,7 @@ config PADATA
+ # mappings
+ config BROKEN_RODATA
+ 	bool
++	default y
+ 
+ config ASN1
+ 	tristate