summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.kernel
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-04-24 12:27:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-04-24 12:29:42 +0200
commita5d2b1c8ab83b23476b6e7979641cb3f158268ad (patch)
tree25229f199743afd00a769cfb99e4859f3637ae14 /target/linux/config/Config.in.kernel
parent9ecc237d25d5a7d7fc918f082f00de666bcd1868 (diff)
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.
Diffstat (limited to 'target/linux/config/Config.in.kernel')
-rw-r--r--target/linux/config/Config.in.kernel7
1 files changed, 6 insertions, 1 deletions
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