config/cc/gcc.in.2
changeset 2814 3dc2727ebffc
parent 2717 13df2720b374
child 2948 3396ce2c25ef
     1.1 --- a/config/cc/gcc.in.2	Fri Oct 14 22:44:24 2011 +0200
     1.2 +++ b/config/cc/gcc.in.2	Sat Dec 31 16:23:27 2011 +0100
     1.3 @@ -53,6 +53,19 @@
     1.4        having to worry about distributing the matching version of libstdc++
     1.5        along with it.
     1.6  
     1.7 +config CC_GCC_SYSTEM_ZLIB
     1.8 +    bool
     1.9 +    prompt "Use system zlib"
    1.10 +    depends on EXPERIMENTAL
    1.11 +    help
    1.12 +      Do not use bundled zlib, and use the zlib already available for
    1.13 +      the host (eg. the system library).
    1.14 +      
    1.15 +      If you want to build a static toolchain, you will need to also
    1.16 +      install the static version of zlib for your host.
    1.17 +      
    1.18 +      If unsure, say 'n'.
    1.19 +
    1.20  #-----------------------------------------------------------------------------
    1.21  # Optimisation features
    1.22