view sources/patches/linux-sh4noexpert.patch @ 1677:c11a357ea92d

Second attempt: make dynamic linker match libc in ccwrap. Building uClibc requires the wrapper, so we can't have the wrapper look for and _existing_ dynamic linker, so the wrapper script has to check the config.
author Rob Landley <rob@landley.net>
date Sun, 24 Aug 2014 22:23:05 -0500
parents 3c45686b2a8a
children
line wrap: on
line source

Forcing sh4 into CONFIG_EXPERT mode just because it's sh4 is weird. Stop it.

--- linux/arch/sh/Kconfig
+++ linux/arch/sh/Kconfig
@@ -1,7 +1,7 @@
 config SUPERH
 	def_bool y
 	select ARCH_MIGHT_HAVE_PC_PARPORT
-	select EXPERT
+	select HAVE_PATA_PLATFORM
 	select CLKDEV_LOOKUP
 	select HAVE_IDE if HAS_IOPORT_MAP
 	select HAVE_MEMBLOCK