summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-02-22 05:57:58 (GMT)
committerGitHub <noreply@github.com>2019-02-22 05:57:58 (GMT)
commitabbe41a48dc03f0a7388e738abf76e6cff683301 (patch)
treed287ef4a3e9b21893316bfeb629dc9f9eba4c752
parent9627a041d25e56de06c4eab0ac4af72975b08113 (diff)
parent49b71e71d63de5ceb26ff7c905afb94226b69eb4 (diff)
Merge pull request #1145 from stilor/rc2-fixes-3
Don't enable "shared flat"
-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.