mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 22:22:23 +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
|
bool
|
||||||
prompt "Build shared libraries"
|
prompt "Build shared libraries"
|
||||||
depends on KERNEL_SUPPORTS_SHARED_LIBS
|
depends on KERNEL_SUPPORTS_SHARED_LIBS
|
||||||
|
# Building "shared flat" currently fails
|
||||||
|
depends on ARCH_USE_MMU || EXPERIMENTAL
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Say 'y' here, unless you don't want shared libraries.
|
Say 'y' here, unless you don't want shared libraries.
|
||||||
|
Loading…
Reference in New Issue
Block a user