~alpine/aports

1

[alpine-aports] [PATCH 1/1] community/go: do not use sse2 on x86

Timo Teräs <timo.teras@iki.fi>
Details
Message ID
<20170202121733.28857-1-timo.teras@iki.fi>
Sender timestamp
1486037853
DKIM signature
missing
Download raw message
Patch: +2 -2
ref #6788
---
 community/go/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/go/APKBUILD b/community/go/APKBUILD
index 3e2eda1c6c..8ff2ae4b25 100644
--- a/community/go/APKBUILD
+++ b/community/go/APKBUILD
@@ -4,7 +4,7 @@ pkgname=go
pkgver=1.7.4
# This should be the latest commit on the corresponding release branch
_toolsver="26c35b4dcf6dfcb924e26828ed9f4d028c5ce05a"
pkgrel=0
pkgrel=1
pkgdesc="Go programming language compiler"
url="http://www.golang.org/"
arch="all"
@@ -57,7 +57,7 @@ build() {
	aarch64)export GOARCH="arm64" ;;
	armhf)	export GOARCH="arm" GOARM=6 ;;
	armv7)	export GOARCH="arm" GOARM=7 ;;
	x86)	export GOARCH="386" ;;
	x86)	export GOARCH="386" GO386=387 ;;
	x86_64)	export GOARCH="amd64" ;;
	*)	return 1 ;;
	esac
-- 
2.11.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20170207132844.16bc5a70@ncopa-desktop.copa.dup.pw>
In-Reply-To
<20170202121733.28857-1-timo.teras@iki.fi> (view parent)
Sender timestamp
1486470524
DKIM signature
missing
Download raw message
On Thu,  2 Feb 2017 14:17:33 +0200
Timo Teräs <timo.teras@iki.fi> wrote:

> ref #6788

LGTM.

ACK

-nc


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)