mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
Merge pull request #1145 from stilor/rc2-fixes-3
Don't enable "shared flat"
This commit is contained in:
commit
abbe41a48d
@ -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