FreeBSD Bugzilla – Attachment 205871 Details for
Bug 239286
devel/bazel fix build on i386
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for devel/bazel to fix build of version 0.28.0 on i386
bazel.diff (text/plain), 1.30 KB, created by
Klaus Aehlig
on 2019-07-18 16:02:02 UTC
(
hide
)
Description:
patch for devel/bazel to fix build of version 0.28.0 on i386
Filename:
MIME Type:
Creator:
Klaus Aehlig
Created:
2019-07-18 16:02:02 UTC
Size:
1.30 KB
patch
obsolete
>diff -ruN bazel.orig/files/extra-i386_tools_cpp_BUILD.static.freebsd bazel/files/extra-i386_tools_cpp_BUILD.static.freebsd >--- bazel.orig/files/extra-i386_tools_cpp_BUILD.static.freebsd 2019-07-18 15:54:44.459936000 +0000 >+++ bazel/files/extra-i386_tools_cpp_BUILD.static.freebsd 2019-07-18 15:55:15.677888000 +0000 >@@ -1,16 +1,16 @@ >---- tools/cpp/BUILD.static.freebsd.orig 2018-04-09 13:54:29.958442000 +0000 >-+++ tools/cpp/BUILD.static.freebsd 2018-04-09 13:54:48.383168000 +0000 >-@@ -56,11 +56,11 @@ >+--- 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 = [ >-- "@bazel_tools//platforms:x86_64", >-+ "@bazel_tools//platforms:x86_32", >- "@bazel_tools//platforms:freebsd", >+- "@platforms//cpu:x86_64", >++ "@platforms//cpu:x86_32", >+ "@platforms//os:freebsd", > ], > target_compatible_with = [ >-- "@bazel_tools//platforms:x86_64", >-+ "@bazel_tools//platforms:x86_32", >- "@bazel_tools//platforms:freebsd", >+- "@platforms//cpu:x86_64", >++ "@platforms//cpu:x86_32", >+ "@platforms//os:freebsd", > ], > toolchain = ":cc-compiler-freebsd",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
aehlig
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 239286
: 205871