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>
This commit is contained in:
Alexey Neyman 2019-02-21 21:18:37 -08:00
parent 9627a041d2
commit 49b71e71d6
1 changed files with 2 additions and 0 deletions

View File

@ -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.