From c49c8b1ac22b2c84cb30acecfbb8770542cd3ecd Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 23 Nov 2010 21:35:24 +0100 Subject: 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 --git a/config/libc.in b/config/libc.in index 39d7615..f8d9ae9 100644 --- a/config/libc.in +++ b/config/libc.in @@ -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 -- cgit v0.10.2-6-g49f6