view sources/patches/linux-hack.patch @ 1719:78050a31d1ee draft

Sigh. Checked in the wrong version of the patch (typo fix).
author Rob Landley <rob@landley.net>
date Tue, 06 Jan 2015 13:15:33 -0600
parents 30b0392327ef
children
line wrap: on
line source

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