Repository: incubator-impala
Updated Branches:
  refs/heads/master b1af24556 -> d8d3e2391


Use toolchain binutils.

This ensures that old assemblers that don't understand AVX2
instructions don't break compilation with some of our in-flight code
reviews.

Gated on IMPALA-3507.

Change-Id: I6c602c1393f4562eff373dbf204b953b01c75e33
Reviewed-on: http://gerrit.cloudera.org:8080/3352
Reviewed-by: Jim Apple <jbap...@cloudera.com>
Tested-by: Jim Apple <jbap...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/d8d3e239
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/d8d3e239
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/d8d3e239

Branch: refs/heads/master
Commit: d8d3e239114413d39a82dc747adbea46cd69f644
Parents: b1af245
Author: Jim Apple <jbap...@cloudera.com>
Authored: Thu Jun 9 11:10:19 2016 -0700
Committer: Tim Armstrong <tarmstr...@cloudera.com>
Committed: Tue Jun 14 13:33:00 2016 -0700

----------------------------------------------------------------------
 be/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/d8d3e239/be/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/be/CMakeLists.txt b/be/CMakeLists.txt
index 5d3e246..3f0374b 100644
--- a/be/CMakeLists.txt
+++ b/be/CMakeLists.txt
@@ -41,9 +41,9 @@ SET(CXX_COMMON_FLAGS "${CXX_COMMON_FLAGS} 
-fno-strict-aliasing")
 SET(CXX_COMMON_FLAGS "${CXX_COMMON_FLAGS} -std=c++14")
 SET(CXX_COMMON_FLAGS "${CXX_COMMON_FLAGS} -Wno-deprecated -Wno-vla")
 SET(CXX_COMMON_FLAGS "${CXX_COMMON_FLAGS} 
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG")
+SET(CXX_COMMON_FLAGS "${CXX_COMMON_FLAGS} -B 
$ENV{IMPALA_TOOLCHAIN}/binutils-$ENV{IMPALA_BINUTILS_VERSION}/bin/")
 IF($ENV{USE_GOLD_LINKER} STREQUAL "true")
   SET(CXX_COMMON_FLAGS "${CXX_COMMON_FLAGS} -Wl,-fuse-ld=gold")
-  SET(CXX_COMMON_FLAGS "${CXX_COMMON_FLAGS} -B 
$ENV{IMPALA_TOOLCHAIN}/binutils-$ENV{IMPALA_BINUTILS_VERSION}/bin/")
 ENDIF()
 
 # On Apple we build with clang and need libstdc++ instead of libc++

Reply via email to