diff options
| author | Alexey Neyman <stilor@att.net> | 2017-11-29 23:54:11 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-29 23:54:11 -0800 |
| commit | e832b9b220f90b11b893e2815ceb37ec2b708683 (patch) | |
| tree | 696f267410565b7f20b9b115bdd4d71881cadfed /config/binutils | |
| parent | 1b8d0d2138a7292b6ad546e1c3dcfd1ed495c02f (diff) | |
| parent | 9fdb93cce0a05e2562522153fe5deba8a9e9ae54 (diff) | |
| download | crosstool-ng-e832b9b220f90b11b893e2815ceb37ec2b708683.tar.gz crosstool-ng-e832b9b220f90b11b893e2815ceb37ec2b708683.tar.bz2 crosstool-ng-e832b9b220f90b11b893e2815ceb37ec2b708683.zip | |
Merge pull request #869 from stilor/show-samples
Support custom packages in show-config
Diffstat (limited to 'config/binutils')
| -rw-r--r-- | config/binutils/binutils.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 3cb58f9e..bd32bd6b 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -2,8 +2,6 @@ comment "GNU binutils" -source "config/versions/binutils.in" - config BINUTILS_HAS_HASH_STYLE default y if BINUTILS_2_23_or_later bool @@ -187,7 +185,7 @@ comment "elf2flt" config ELF2FLT_REQUIRES def_bool y - select ZLIB + select ZLIB_NEEDED select BINUTILS_FORCE_LD_BFD_ONLY source "config/versions/elf2flt.in" |
