FreeBSD Bugzilla – Attachment 186252 Details for
Bug 221297
lang/go: Fix arm build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch
lang-go.diff (text/plain), 550 bytes, created by
Hiroki Tagato
on 2017-09-11 11:10:50 UTC
(
hide
)
Description:
Updated patch
Filename:
MIME Type:
Creator:
Hiroki Tagato
Created:
2017-09-11 11:10:50 UTC
Size:
550 bytes
patch
obsolete
>Index: lang/go/Makefile >=================================================================== >--- lang/go/Makefile (revision 449203) >+++ lang/go/Makefile (working copy) >@@ -44,6 +44,7 @@ > GOARCH=amd64 > .elif ${ARCH} == "armv6" > GOARCH=arm >+GO_ENV= GOARM=7 CGO_ENABLED=1 > .else > IGNORE= unknown arch ${ARCH} > .endif >@@ -63,7 +64,7 @@ > GOROOT=${WRKSRC} GOROOT_FINAL=${PREFIX}/go \ > GOROOT_BOOTSTRAP=${LOCALBASE}/go14 \ > GOBIN= GOARCH=${GOARCH} GOOS=${OPSYS:tl} \ >- GO386=${GO386} \ >+ GO386=${GO386} ${GO_ENV} \ > ${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
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 221297
:
185109
| 186252 |
186253
|
186254
|
203615
|
203640
|
203671