diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-03 17:49:45 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-05 14:26:02 -0800 |
commit | d91277e377d9dbbc87e7997db7059b30a3389bb2 (patch) | |
tree | cd6098acf7206560cc5d46cd357e5d8db1bd754d /config/binutils | |
parent | 10db7887ce0ff5e8323dc35176eaabbb3618e81c (diff) | |
download | crosstool-ng-d91277e377d9dbbc87e7997db7059b30a3389bb2.tar.gz crosstool-ng-d91277e377d9dbbc87e7997db7059b30a3389bb2.tar.bz2 crosstool-ng-d91277e377d9dbbc87e7997db7059b30a3389bb2.zip |
Add zlib as a companion lib
with version 1.2.11.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/binutils/binutils.in.2 b/config/binutils/binutils.in.2 index 7a1291f9..dfb00bd9 100644 --- a/config/binutils/binutils.in.2 +++ b/config/binutils/binutils.in.2 @@ -2,6 +2,10 @@ if ARCH_BINFMT_FLAT +config ELF2FLT_REQUIRES_ZLIB + def_bool y + select ZLIB + comment "elf2flt" choice |