From c03ac58aca82f9a1249978f8b686f85d9a27dba8 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 22 Jul 2010 23:26:08 +0200 Subject: scripts: add a cross-ldd-like Add a cross-ldd that mimicks a native ldd. --- config/libc.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'config') diff --git a/config/libc.in b/config/libc.in index 2ee46ba3..5397f236 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 -- cgit v1.2.3