diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-07-22 23:26:08 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-07-22 23:26:08 +0200 |
commit | c03ac58aca82f9a1249978f8b686f85d9a27dba8 (patch) | |
tree | 224c6bc02ecadfbcc95ca4a61e8b79341f9ba6a1 /config/libc.in | |
parent | d7287c9b5f9ee24d43abdc22a27d1743d9ee4b56 (diff) | |
download | crosstool-ng-c03ac58aca82f9a1249978f8b686f85d9a27dba8.tar.gz crosstool-ng-c03ac58aca82f9a1249978f8b686f85d9a27dba8.tar.bz2 crosstool-ng-c03ac58aca82f9a1249978f8b686f85d9a27dba8.zip |
scripts: add a cross-ldd-like
Add a cross-ldd that mimicks a native ldd.
Diffstat (limited to 'config/libc.in')
-rw-r--r-- | config/libc.in | 14 |
1 files changed, 14 insertions, 0 deletions
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 |