config/libc.in
changeset 2034 c3967b2c49b4
parent 2017 f637b6c2162b
child 2052 72731e124d7e
     1.1 --- a/config/libc.in	Sun Jul 11 21:36:20 2010 +0200
     1.2 +++ b/config/libc.in	Thu Jul 22 23:26:08 2010 +0200
     1.3 @@ -81,6 +81,20 @@
     1.4  
     1.5  endchoice
     1.6  
     1.7 +config LIBC_XLDD
     1.8 +    bool
     1.9 +    prompt "Install a cross ldd-like helper"
    1.10 +    default y
    1.11 +    help
    1.12 +      Say 'Y' here if you want to have a ldd-like helper that
    1.13 +      you can run on your build system, and that will (try to)
    1.14 +      resolve shared libraries dependencies as if run on the
    1.15 +      target.
    1.16 +      
    1.17 +      Note that the cross-ldd helper is not a full replacement
    1.18 +      for the native ldd. Please see the help, by running it
    1.19 +      with '--help' for more explanations.
    1.20 +
    1.21  source "config.gen/libc.in.2"
    1.22  
    1.23  endif # ! LIBC_none