diff options
Diffstat (limited to 'config/cc/gcc.in.2')
-rw-r--r-- | config/cc/gcc.in.2 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2 index 35a1070f..41f2be13 100644 --- a/config/cc/gcc.in.2 +++ b/config/cc/gcc.in.2 @@ -53,6 +53,19 @@ config CC_STATIC_LIBSTDCXX having to worry about distributing the matching version of libstdc++ along with it. +config CC_GCC_SYSTEM_ZLIB + bool + prompt "Use system zlib" + depends on EXPERIMENTAL + help + Do not use bundled zlib, and use the zlib already available for + the host (eg. the system library). + + If you want to build a static toolchain, you will need to also + install the static version of zlib for your host. + + If unsure, say 'n'. + #----------------------------------------------------------------------------- # Optimisation features |