mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
config: make "Build shared libraries" depend on KERNEL_SUPPORTS_SHARED_LIBS
Now that all kernels that support shared libraries select the correct config option, we can change the dependency rules of SHARED_LIBS accordingly.
This commit is contained in:
parent
3e7ed96262
commit
cf053f4c05
@ -31,7 +31,7 @@ config SYSROOT_DIR_PREFIX
|
||||
config SHARED_LIBS
|
||||
bool
|
||||
prompt "Build shared libraries"
|
||||
depends on ! BARE_METAL
|
||||
depends on KERNEL_SUPPORTS_SHARED_LIBS
|
||||
default y
|
||||
help
|
||||
Say 'y' here, unless you don't want shared libraries.
|
||||
|
Loading…
Reference in New Issue
Block a user