Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KUDU-3145 Skip old gold in our list of candidate linkers
Older versions of the gold linker are vulnerable to a bug which prevents weak symbols from being overridden properly. This leads to omitting of Kudu's tcmalloc dependency if using dynamic linking, and some related tests failed in DEBUG build mode. This change moves KUDU_LINK setting before choosing the linker to make sure to skip old gold if using dynamic linking. Change-Id: I2d7dbd6a828f14a6790be657b0f497a4887a6f82 Reviewed-on: http://gerrit.cloudera.org:8080/16049 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]>
- Loading branch information