@@ -52,7 +52,6 @@ current_cmake_toolchain = rule(
5252 attrs = {
5353 "_toolchain" : attr .string (default = str (Label ("//toolchains:cmake_toolchain" ))),
5454 },
55- incompatible_use_toolchain_transition = True ,
5655 toolchains = [
5756 str (Label ("//toolchains:cmake_toolchain" )),
5857 ],
@@ -63,7 +62,6 @@ current_make_toolchain = rule(
6362 attrs = {
6463 "_toolchain" : attr .string (default = str (Label ("//toolchains:make_toolchain" ))),
6564 },
66- incompatible_use_toolchain_transition = True ,
6765 toolchains = [
6866 str (Label ("//toolchains:make_toolchain" )),
6967 ],
@@ -74,7 +72,6 @@ current_ninja_toolchain = rule(
7472 attrs = {
7573 "_toolchain" : attr .string (default = str (Label ("//toolchains:ninja_toolchain" ))),
7674 },
77- incompatible_use_toolchain_transition = True ,
7875 toolchains = [
7976 str (Label ("//toolchains:ninja_toolchain" )),
8077 ],
@@ -85,7 +82,6 @@ current_meson_toolchain = rule(
8582 attrs = {
8683 "_toolchain" : attr .string (default = str (Label ("//toolchains:meson_toolchain" ))),
8784 },
88- incompatible_use_toolchain_transition = True ,
8985 toolchains = [
9086 str (Label ("//toolchains:meson_toolchain" )),
9187 ],
@@ -96,7 +92,6 @@ current_autoconf_toolchain = rule(
9692 attrs = {
9793 "_toolchain" : attr .string (default = str (Label ("//toolchains:autoconf_toolchain" ))),
9894 },
99- incompatible_use_toolchain_transition = True ,
10095 toolchains = [
10196 str (Label ("//toolchains:autoconf_toolchain" )),
10297 ],
@@ -107,7 +102,6 @@ current_automake_toolchain = rule(
107102 attrs = {
108103 "_toolchain" : attr .string (default = str (Label ("//toolchains:automake_toolchain" ))),
109104 },
110- incompatible_use_toolchain_transition = True ,
111105 toolchains = [
112106 str (Label ("//toolchains:automake_toolchain" )),
113107 ],
@@ -118,7 +112,6 @@ current_m4_toolchain = rule(
118112 attrs = {
119113 "_toolchain" : attr .string (default = str (Label ("//toolchains:m4_toolchain" ))),
120114 },
121- incompatible_use_toolchain_transition = True ,
122115 toolchains = [
123116 str (Label ("//toolchains:m4_toolchain" )),
124117 ],
@@ -129,7 +122,6 @@ current_pkgconfig_toolchain = rule(
129122 attrs = {
130123 "_toolchain" : attr .string (default = str (Label ("//toolchains:pkgconfig_toolchain" ))),
131124 },
132- incompatible_use_toolchain_transition = True ,
133125 toolchains = [
134126 str (Label ("//toolchains:pkgconfig_toolchain" )),
135127 ],
0 commit comments