ports/devel/bazel/files/extra-i386_tools_cpp_BUILD.static.bsd
Tobias C. Berner ca59063d80 devel/bazel: fix build on i386
Reported by:	antoine
2020-04-12 10:05:00 +00:00

16 lines
536 B
Text

--- 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",