diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-06 12:09:54 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-06 12:42:10 -0800 |
commit | acd6066bee10c6cdcca2d71b72f81b31e07b3d5a (patch) | |
tree | 9c36c646776da62c6a0458ef50a955f81cfddf7b /config/binutils | |
parent | 46bfc8a4dc53779f6f7eff164a00321947a796d1 (diff) | |
download | crosstool-ng-acd6066bee10c6cdcca2d71b72f81b31e07b3d5a.tar.gz crosstool-ng-acd6066bee10c6cdcca2d71b72f81b31e07b3d5a.tar.bz2 crosstool-ng-acd6066bee10c6cdcca2d71b72f81b31e07b3d5a.zip |
Pick up upstream fixes
... including zlib fix in configure, needed to build canadian crosses
with elf2flt.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/binutils/binutils.in.2 b/config/binutils/binutils.in.2 index dfb00bd9..78c2a885 100644 --- a/config/binutils/binutils.in.2 +++ b/config/binutils/binutils.in.2 @@ -34,7 +34,7 @@ if ELF2FLT_GIT config ELF2FLT_GIT_CSET string prompt "git cset" - default "9dbc458c6122c495bbdec8dc975a15c9d39e5ff2" + default "4820f0dbb77cd6564d5fa0817218fe2a1fb99f32" help Enter the git changeset to use. |