# HG changeset patch # User "Yann E. MORIN" # Date 1290544524 -3600 # Node ID 032ae3253a655d859f25a5c2bac1b72051f950b0 # Parent a797ad9c7bd57897d502bd7ddb43e1841fb0ec02 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" diff -r a797ad9c7bd5 -r 032ae3253a65 config/libc.in --- a/config/libc.in Thu Nov 11 01:11:17 2010 +0100 +++ b/config/libc.in Tue Nov 23 21:35:24 2010 +0100 @@ -84,6 +84,7 @@ config LIBC_XLDD bool prompt "Install a cross ldd-like helper" + depends on SHARED_LIBS depends on ! BARE_METAL default y help