Skip to content

Commit

Permalink
Add --disable_legacy_crosstool_fields to host configuration
Browse files Browse the repository at this point in the history
bazelbuild#6861
bazelbuild#5883

RELNOTES: None
PiperOrigin-RevId: 229770248
  • Loading branch information
hlopko authored and weixiao-huang committed Jan 31, 2019
1 parent 3ef91ab commit f626760
Show file tree
Hide file tree
Showing 8 changed files with 3,926 additions and 2,427 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ public FragmentOptions getHost() {
host.disableExpandIfAllAvailableInFlagSet = disableExpandIfAllAvailableInFlagSet;
host.disableLegacyCcProvider = disableLegacyCcProvider;
host.removeCpuCompilerCcToolchainAttributes = removeCpuCompilerCcToolchainAttributes;

host.disableLegacyCrosstoolFields = disableLegacyCrosstoolFields;
return host;
}

Expand Down
Loading

0 comments on commit f626760

Please sign in to comment.