# HG changeset patch # User "Yann E. MORIN" # Date 1290544524 -3600 # Node ID 9fac54361185c6cb9269d0b5a5a53ce0ed5764fc # Parent 6224a410fb7f3b047ce6449b18826cbf8ec78fe6 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" (transplanted from 032ae3253a655d859f25a5c2bac1b72051f950b0) diff -r 6224a410fb7f -r 9fac54361185 config/libc.in --- a/config/libc.in Tue Nov 09 10:44:29 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