mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
Enable zlib companion lib if building LTO
While we may use build machine's library when building a simple cross, we won't have it for the host machine in a canadian build. Until there are separate selectables for the build/host components, just build our own local zlib. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
a34f7e81ae
commit
f9b57cc78a
@ -174,6 +174,7 @@ config CC_GCC_USE_LTO
|
||||
bool "Enable LTO"
|
||||
default y
|
||||
depends on ! STATIC_TOOLCHAIN
|
||||
select ZLIB_NEEDED
|
||||
help
|
||||
Enable the Link Time Optimisations.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user