aboutsummaryrefslogtreecommitdiff
path: root/devel/bazel/files/extra-i386_tools_cpp_BUILD.static.bsd
blob: b20c606f13d00932d2febd320bc57508d5e0d740 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- tools/cpp/BUILD.static.bsd.orig	2020-04-12 11:32:39.918302000 +0200
+++ tools/cpp/BUILD.static.bsd	2020-04-12 11:33:29.118502000 +0200
@@ -64,11 +64,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",