Browse Source

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>
esp-1.24.x
Alexey Neyman 6 years ago
parent
commit
49b71e71d6
  1. 2
      config/kernel.in

2
config/kernel.in

@ -26,6 +26,8 @@ config SHARED_LIBS @@ -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.

Loading…
Cancel
Save