summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-02-22 05:18:37 (GMT)
committerAlexey Neyman <stilor@att.net>2019-02-22 05:18:37 (GMT)
commit49b71e71d63de5ceb26ff7c905afb94226b69eb4 (patch)
treed287ef4a3e9b21893316bfeb629dc9f9eba4c752 /config
parent9627a041d25e56de06c4eab0ac4af72975b08113 (diff)
Don't enable "shared flat"
... unless experimental. This unbreaks m68k-uclinux-uclibc sample which after the recent change in uClibc.sh attempted to build a shared flat library and failed. We were not building shared flat libraries before. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config')
-rw-r--r--config/kernel.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/kernel.in b/config/kernel.in
index 579cc23..5c8a519 100644
--- a/config/kernel.in
+++ b/config/kernel.in
@@ -26,6 +26,8 @@ config SHARED_LIBS
bool
prompt "Build shared libraries"
depends on KERNEL_SUPPORTS_SHARED_LIBS
+ # Building "shared flat" currently fails
+ depends on ARCH_USE_MMU || EXPERIMENTAL
default y
help
Say 'y' here, unless you don't want shared libraries.