DescriptionSplit linux_use_gold_binary into linux_use_bundled_gold and linux_use_bundled_binutils.
linux_use_bundled_binutils adds the binutils to cflags.
linux_use_bundled_gold adds it to the ldflags. The former
does not work when cross compiling to ARM as the other
binutils do not currently support ARM. This was causing the
ARM cross compile (for which we do want use the bundled
gold) to break.
I think the word "bundled" works better than "binary" since
it distinguishes from the system gold (which is also a binary).
BUG=363661
TEST=linux_arm_cross_compile trybot
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264165
Patch Set 1 #
Total comments: 8
Patch Set 2 : #Messages
Total messages: 12 (0 generated)
|