Date: Fri, 19 Jul 2019 13:39:57 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506930 - head/devel/bazel/files Message-ID: <201907191339.x6JDdvWP096454@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Jul 19 13:39:56 2019 New Revision: 506930 URL: https://svnweb.freebsd.org/changeset/ports/506930 Log: devel/bazel: fix build on i386 PR: 239286 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Modified: head/devel/bazel/files/extra-i386_tools_cpp_BUILD.static.freebsd Modified: head/devel/bazel/files/extra-i386_tools_cpp_BUILD.static.freebsd ============================================================================== --- head/devel/bazel/files/extra-i386_tools_cpp_BUILD.static.freebsd Fri Jul 19 13:39:01 2019 (r506929) +++ head/devel/bazel/files/extra-i386_tools_cpp_BUILD.static.freebsd Fri Jul 19 13:39:56 2019 (r506930) @@ -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",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907191339.x6JDdvWP096454>