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: 227481086
Change-Id: I7223a4c334074642087ea3d915970aa94720dd78
  • Loading branch information
hlopko authored and Copybara-Service committed Jan 15, 2019
1 parent 2e8d43d commit 4b2b574
Show file tree
Hide file tree
Showing 8 changed files with 3,899 additions and 2,217 deletions.
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

0 comments on commit 4b2b574

Please sign in to comment.