summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-07-22 21:26:08 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-07-22 21:26:08 (GMT)
commitc03ac58aca82f9a1249978f8b686f85d9a27dba8 (patch)
tree224c6bc02ecadfbcc95ca4a61e8b79341f9ba6a1 /config
parentd7287c9b5f9ee24d43abdc22a27d1743d9ee4b56 (diff)
scripts: add a cross-ldd-like
Add a cross-ldd that mimicks a native ldd.
Diffstat (limited to 'config')
-rw-r--r--config/libc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/libc.in b/config/libc.in
index 2ee46ba..5397f23 100644
--- a/config/libc.in
+++ b/config/libc.in
@@ -81,6 +81,20 @@ config THREADS_NONE
endchoice
+config LIBC_XLDD
+ bool
+ prompt "Install a cross ldd-like helper"
+ default y
+ help
+ Say 'Y' here if you want to have a ldd-like helper that
+ you can run on your build system, and that will (try to)
+ resolve shared libraries dependencies as if run on the
+ target.
+
+ Note that the cross-ldd helper is not a full replacement
+ for the native ldd. Please see the help, by running it
+ with '--help' for more explanations.
+
source "config.gen/libc.in.2"
endif # ! LIBC_none