IMPALA-5025: Update binutils to 2.26.1 This release includes the fix for IMPALA-3507 and the fix for https://sourceware.org/bugzilla/show_bug.cgi?id=19520, which made libImpalaUdf.a unusable by older linkers.
Change-Id: Idcc00efc13b1ff4fe8ce3aafcff0b7880908ad5b Reviewed-on: http://gerrit.cloudera.org:8080/6287 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/1bda28c4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/1bda28c4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/1bda28c4 Branch: refs/heads/master Commit: 1bda28c4858a08a224065a29cd9d806242bb021e Parents: 32d45f4 Author: Tim Armstrong <[email protected]> Authored: Fri Mar 3 12:05:23 2017 -0800 Committer: Impala Public Jenkins <[email protected]> Committed: Thu Mar 9 08:03:29 2017 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/1bda28c4/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index cee3d53..5b73529 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -72,12 +72,12 @@ fi # moving to a different build of the toolchain, e.g. when a version is bumped or a # compile option is changed. The build id can be found in the output of the toolchain # build jobs, it is constructed from the build number and toolchain git hash prefix. -export IMPALA_TOOLCHAIN_BUILD_ID=360-04f75441e7 +export IMPALA_TOOLCHAIN_BUILD_ID=363-fdc99090f6 # Versions of toolchain dependencies. # ----------------------------------- export IMPALA_AVRO_VERSION=1.7.4-p4 -export IMPALA_BINUTILS_VERSION=2.26-p1 +export IMPALA_BINUTILS_VERSION=2.26.1 export IMPALA_BOOST_VERSION=1.57.0-p1 export IMPALA_BREAKPAD_VERSION=88e5b2c8806bac3f2c80d2fe80094be5bd371601 export IMPALA_BZIP2_VERSION=1.0.6-p2
