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 | c49c8b1ac22b2c84cb30acecfbb8770542cd3ecd (patch) | |
tree | 2d3c20720cfd2eadaf36600ff186ecdfbd0d0a27 /config/libc.in | |
parent | de81a59714893eb13207eb597cda1980f124c45c (diff) | |
download | crosstool-ng-c49c8b1ac22b2c84cb30acecfbb8770542cd3ecd.tar.gz crosstool-ng-c49c8b1ac22b2c84cb30acecfbb8770542cd3ecd.tar.bz2 crosstool-ng-c49c8b1ac22b2c84cb30acecfbb8770542cd3ecd.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>
Diffstat (limited to 'config/libc.in')
-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 |