From 0499999fd84abcfdea24f412b5df94e05fc1b1db Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 1 Jul 2021 10:14:54 +0200 Subject: community/go: fixed for pentium4, dropped on i686 and i486 --- blacklist/i686/go/go | 1 + community/go/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 blacklist/i686/go/go diff --git a/blacklist/i686/go/go b/blacklist/i686/go/go new file mode 100644 index 00000000..1a603131 --- /dev/null +++ b/blacklist/i686/go/go @@ -0,0 +1 @@ +no more non-SSE2 support, see https://github.com/golang/go/issues/40255 diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD index d28d6699..d1cd4d9f 100644 --- a/community/go/PKGBUILD +++ b/community/go/PKGBUILD @@ -12,6 +12,6 @@ eval "$( eval "$( declare -f build check _package \ | sed ' - s/\(export GOARCH=\)amd64/\1386 GO386=387/ + s/\(export GOARCH=\)amd64/\1386 / ' )" -- cgit v1.2.3