forked from apache/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KUDU-2427: adjust gold linker detection
This patch makes two adjustments to the existing gold linker detection: 1. Ubuntu 18.04's gcc 7 no longer respects a /usr/bin/ld symlink; it is hard-wired to use ld.bfd. Instead, we need to pass -fuse-ld=gold to choose the gold linker. 2. The old bug that led to tcmalloc being dropped from Kudu's dependency list has been fixed, so let's condition the workaround on the appropriate version of the gold linker. Change-Id: Ib1fae9893aaaf4916205d4c5ae6bb5c93e0505d0 Reviewed-on: http://gerrit.cloudera.org:8080/10428 Tested-by: Kudu Jenkins Reviewed-by: Mike Percy <[email protected]>
- Loading branch information
Showing
2 changed files
with
86 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters