scripts/xldd: install only when shared libs enabled
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Nov 23 21:35:24 2010 +0100 (2010-11-23)
changeset 2182032ae3253a65
parent 2181 a797ad9c7bd5
child 2183 dbecd99ecba5
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>
config/libc.in
     1.1 --- a/config/libc.in	Thu Nov 11 01:11:17 2010 +0100
     1.2 +++ b/config/libc.in	Tue Nov 23 21:35:24 2010 +0100
     1.3 @@ -84,6 +84,7 @@
     1.4  config LIBC_XLDD
     1.5      bool
     1.6      prompt "Install a cross ldd-like helper"
     1.7 +    depends on SHARED_LIBS
     1.8      depends on ! BARE_METAL
     1.9      default y
    1.10      help