~alpine/aports

[alpine-aports] [PATCH] community/go: fix target float ABI on mips*

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20181122151324.6ECF7560AB@mx7.valuehost.ru>
Sender timestamp
1542898984
DKIM signature
missing
Download raw message
Patch: +4 -4
---
 community/go/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/community/go/APKBUILD b/community/go/APKBUILD
index 214ddca4c5..59df253fe8 100644
--- a/community/go/APKBUILD
+++ b/community/go/APKBUILD
@@ -55,10 +55,10 @@ s390x)  export GOARCH="s390x" ;;
x86)    export GOARCH="386" GO386=387 ;;
x86_64) export GOARCH="amd64" ;;
ppc64le) export GOARCH="ppc64le" ;;
mips)   export GOARCH="mips" ;;
mips64) export GOARCH="mips64" ;;
mips64el) export GOARCH="mips64le" ;;
mipsel) export GOARCH="mipsle" ;;
mips)   export GOARCH="mips" GOMIPS=softfloat ;;
mips64) export GOARCH="mips64" GOMIPS64=softfloat ;;
mips64el) export GOARCH="mips64le" GOMIPS64=softfloat ;;
mipsel) export GOARCH="mipsle" GOMIPS=softfloat ;;
*)      die "Unsupported arch" ;;
esac

-- 
2.19.1




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