DescriptionRemove the magic that sets CXX in the toplevel Makefile
The logic was supposed to trigger a rebuild if the CXX variable is
changed. However, it failed to track the other compiler related
variables, and, what is worse, conflicted with the clang=1 gyp setting
by forcing CXX to g++
The new logic just relies on tracking GYP defines, and checks whether
the CXX binary - if set - has a target different from the host
architecture.
BUG=none
R=jkummerow@chromium.org
LOG=n
Committed: https://crrev.com/fdf6777072db5927b4e05bd93485b6a5d1951027
Cr-Commit-Position: refs/heads/master@{#25973}
Patch Set 1 #
Total comments: 1
Patch Set 2 : updates #Messages
Total messages: 6 (1 generated)
|