mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
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:
parent
9627a041d2
commit
49b71e71d6
@ -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…
Reference in New Issue
Block a user