diff options
author | Alexey Neyman <stilor@att.net> | 2019-04-05 14:09:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-05 14:09:48 -0700 |
commit | 51f1db5c0aed562caf6d195ee5d3666ee33cc0ad (patch) | |
tree | dfcb47a7f71ddb84e81e6a89530dcaf4f33b0dfe /config/cc | |
parent | ace18924a37dce89d9476dfc9a4ec329e77660a2 (diff) | |
parent | 693d3943b10665b99a31ab1f3b4058fb4b3a32d1 (diff) | |
download | crosstool-ng-51f1db5c0aed562caf6d195ee5d3666ee33cc0ad.tar.gz crosstool-ng-51f1db5c0aed562caf6d195ee5d3666ee33cc0ad.tar.bz2 crosstool-ng-51f1db5c0aed562caf6d195ee5d3666ee33cc0ad.zip |
Merge pull request #1178 from stilor/master
Last fixes for 1.24.0
Diffstat (limited to 'config/cc')
-rw-r--r-- | config/cc/gcc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 6f68334d..849b1ad0 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -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. |