mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-19 03:06:42 +00:00
scripts/xldd: install only when shared libs enabled
When the toolchain has no support for shared libraries, there is no point in installing the cross-ldd helper. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
de81a59714
commit
c49c8b1ac2
@ -84,6 +84,7 @@ endchoice
|
||||
config LIBC_XLDD
|
||||
bool
|
||||
prompt "Install a cross ldd-like helper"
|
||||
depends on SHARED_LIBS
|
||||
depends on ! BARE_METAL
|
||||
default y
|
||||
help
|
||||
|
Loading…
Reference in New Issue
Block a user