Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KUDU-1870: Fix Boost build to respect CC/CXX
Boost doesn't respect the CC/CXX environment variables, but they may have been set in the Kudu build environment. This fixes this issue by configuring Boost's compiler using the CC/CXX flags if they were set. Testing: - Ran thirdparty build locally, including for tsan. Checked that gcc/clang appeared to be set appropriately. - Ran Impala's toolchain build with this change, verifying the toolchain compiler in CC/CXX was used. Change-Id: I67002e074a67a3a83b8a96167906dbffe2db9522 Reviewed-on: http://gerrit.cloudera.org:8080/5986 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]>
- Loading branch information