mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-06 19:09:14 +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"
|
prompt "Build shared companion libraries"
|
||||||
default n
|
default n
|
||||||
depends on COMPLIBS
|
depends on COMPLIBS
|
||||||
|
depends on ! STATIC_TOOLCHAIN
|
||||||
select WRAPPER_NEEDED
|
select WRAPPER_NEEDED
|
||||||
help
|
help
|
||||||
By default, the companion libraries will be build static. If you want to
|
By default, the companion libraries will be build static. If you want to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user