blob: 1c70d376e68a0aa1e8ab4f8cc366dc3901cc87f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- tools/cpp/BUILD.static.freebsd.orig 2019-07-10 15:47:44.533177000 +0000
+++ tools/cpp/BUILD.static.freebsd 2019-07-10 15:48:07.637126000 +0000
@@ -62,11 +62,11 @@
toolchain(
name = "cc-toolchain-freebsd",
exec_compatible_with = [
- "@platforms//cpu:x86_64",
+ "@platforms//cpu:x86_32",
"@platforms//os:freebsd",
],
target_compatible_with = [
- "@platforms//cpu:x86_64",
+ "@platforms//cpu:x86_32",
"@platforms//os:freebsd",
],
toolchain = ":cc-compiler-freebsd",
|