FreeBSD Bugzilla – Attachment 163630 Details for
Bug 204883
lang/go: fix build on armv6hf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port Makefile patch
hf_go.diff (text/plain), 817 bytes, created by
Michael Moll
on 2015-11-28 14:14:13 UTC
(
hide
)
Description:
port Makefile patch
Filename:
MIME Type:
Creator:
Michael Moll
Created:
2015-11-28 14:14:13 UTC
Size:
817 bytes
patch
obsolete
>diff --git a/lang/go/Makefile b/lang/go/Makefile >index 4d951cc..6730162 100644 >--- a/lang/go/Makefile >+++ b/lang/go/Makefile >@@ -25,7 +25,7 @@ sh_OLD_CMD= "/usr/bin/env bash" > sh_CMD= ${SH} > > WRKSRC= ${WRKDIR}/go >-ONLY_FOR_ARCHS= i386 amd64 armv6 >+ONLY_FOR_ARCHS= i386 amd64 armv6 armv6hf > > .include <bsd.port.pre.mk> > >@@ -33,7 +33,7 @@ ONLY_FOR_ARCHS= i386 amd64 armv6 > GOARCH=386 > .elif ${ARCH} == "amd64" > GOARCH=amd64 >-.elif ${ARCH} == "armv6" >+.elif ${ARCH} == "armv6" || ${ARCH} == "armv6hf" > GOARCH=arm > .else > IGNORE= unknown arch ${ARCH} >@@ -53,7 +53,7 @@ do-build: > CC=${CC} \ > GOROOT=${WRKSRC} GOROOT_FINAL=${PREFIX}/go \ > GOROOT_BOOTSTRAP=${LOCALBASE}/go14 \ >- GOBIN= GOARCH=${GOARCH} GOOS=${OPSYS:tl} \ >+ GOBIN= GOARCH=${GOARCH} GOARM=7 GOOS=${OPSYS:tl} \ > ${SH} make.bash > > do-install:
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
Actions:
View
|
Diff
Attachments on
bug 204883
: 163630