view sources/patches/linux-hack.patch @ 1833:d8233213e770 draft 1.4.4

Redo powerpc-440fp target.
author Rob Landley <rob@landley.net>
date Wed, 06 Jan 2016 16:57:19 -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