From a5d2b1c8ab83b23476b6e7979641cb3f158268ad Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 24 Apr 2016 12:27:56 +0200 Subject: m68k: remove gcc wrapper We don't need the gcc wrapper when some object files removed from libgcc.a. Idea from uClinux-toolchain build script. Fix some issues with shared flat, still no bootup. For msep-data DOPIC is used, for one-region flat DOPIC must be disabled. So both tested and working. --- target/linux/config/Config.in.kernel | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'target/linux') diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 230d6770b..499456b06 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -209,7 +209,12 @@ config ADK_KERNEL_BINFMT_ELF_FDPIC config ADK_KERNEL_BINFMT_FLAT bool - default y if ADK_TARGET_BINFMT_FLAT + default y if ADK_TARGET_BINFMT_FLAT_ONE + default y if ADK_TARGET_BINFMT_FLAT_SEP_DATA + +config ADK_KERNEL_BINFMT_SHARED_FLAT + bool + default y if ADK_TARGET_BINFMT_FLAT_SHARED config ADK_KERNEL_MMU bool -- cgit v1.2.3