aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf
diff options
context:
space:
mode:
authorGravatar rosica <rosica@google.com>2018-06-13 08:59:55 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-13 09:01:30 -0700
commita5322ed5bc81bfdc9a79210ffd85f23ad1b815ae (patch)
tree9040ea52000477af836532f64451f049fcc74e2a /src/main/protobuf
parent6b43357f76154838df7bfd838a844cf96afc2af9 (diff)
Remove supports_lipo field from DefaultCpuToolchain
RELNOTES: None. PiperOrigin-RevId: 200399094
Diffstat (limited to 'src/main/protobuf')
-rw-r--r--src/main/protobuf/crosstool_config.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/protobuf/crosstool_config.proto b/src/main/protobuf/crosstool_config.proto
index 3ad7c7a0e1..0b0716782e 100644
--- a/src/main/protobuf/crosstool_config.proto
+++ b/src/main/protobuf/crosstool_config.proto
@@ -523,7 +523,6 @@ message MakeVariable {
message DefaultCpuToolchain {
required string cpu = 1;
required string toolchain_identifier = 2;
- optional bool supports_lipo = 3 [default = true];
}
// An entire crosstool release, containing the version number, a default target