diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-11-23 21:35:24 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-11-23 21:35:24 +0100 |
commit | a04f4295c1b28ebdcbf9ed6784428d5fb5e7c710 (patch) | |
tree | c39e5316eeff531a8d1c800db67034db455cb851 | |
parent | e6eeb01a3c6c4987aa1562f398d679e6fe7cf4b9 (diff) | |
download | crosstool-ng-a04f4295c1b28ebdcbf9ed6784428d5fb5e7c710.tar.gz crosstool-ng-a04f4295c1b28ebdcbf9ed6784428d5fb5e7c710.tar.bz2 crosstool-ng-a04f4295c1b28ebdcbf9ed6784428d5fb5e7c710.zip |
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>
(transplanted from 032ae3253a655d859f25a5c2bac1b72051f950b0)
-rw-r--r-- | config/libc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/libc.in b/config/libc.in index 39d7615a..f8d9ae90 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 |