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:
Yann E. MORIN" 2010-11-23 21:35:24 +01:00
parent de81a59714
commit c49c8b1ac2

View File

@ -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