mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
complibs: do not prompt for shared libs if static selected
If the global static toolchain option is selected, then do not prompt the user whether to build shared companion libraries. Signed-off-by: "Bryan Hundven" <bryanhundven@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
264207aa10
commit
fb70d71c9c
@ -141,6 +141,7 @@ config COMPLIBS_SHARED
|
||||
prompt "Build shared companion libraries"
|
||||
default n
|
||||
depends on COMPLIBS
|
||||
depends on ! STATIC_TOOLCHAIN
|
||||
select WRAPPER_NEEDED
|
||||
help
|
||||
By default, the companion libraries will be build static. If you want to
|
||||
|
Loading…
Reference in New Issue
Block a user