You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Jim Apple (Code Review)" <ge...@cloudera.org> on 2016/05/10 15:06:15 UTC

[Impala-CR](cdh5-trunk) IMPALA-3507: Use toolchain linker only if using gold

Jim Apple has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/3014

Change subject: IMPALA-3507: Use toolchain linker only if using gold
......................................................................

IMPALA-3507: Use toolchain linker only if using gold

This is a workaround for extremely slow linking in centos/RHEL6, which
uses binutils 2.20 (from 2009) by default. It is possible binutils 2.26
(from 2015) has some incompatibility that makes it very slow.

Change-Id: I822a78642993e95abc279944f454fdf67dd8e1d5
---
M be/CMakeLists.txt
1 file changed, 3 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/14/3014/1
-- 
To view, visit http://gerrit.cloudera.org:8080/3014
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I822a78642993e95abc279944f454fdf67dd8e1d5
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Jim Apple <jb...@cloudera.com>