FreeBSD Bugzilla – Attachment 203615 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 for the current lang/go
go-1.12.2_1,1.patch (text/plain), 771 bytes, created by
Dmitri Goutnik
on 2019-04-12 16:00:25 UTC
(
hide
)
Description:
Updated patch for the current lang/go
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2019-04-12 16:00:25 UTC
Size:
771 bytes
patch
obsolete
>Index: lang/go/Makefile >=================================================================== >--- lang/go/Makefile (revision 498715) >+++ lang/go/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= go > PORTVERSION= 1.12.2 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= lang > MASTER_SITES= https://golang.org/dl/ >@@ -40,6 +41,7 @@ > GOARCH=amd64 > .elif ${ARCH} == armv6 || ${ARCH} == armv7 > GOARCH=arm >+GOARM=${ARCH:C/armv//} > .else > IGNORE= unknown arch ${ARCH} > .endif >@@ -58,7 +60,7 @@ > GOROOT=${WRKSRC} GOROOT_FINAL=${PREFIX}/go \ > GOROOT_BOOTSTRAP=${LOCALBASE}/go14 \ > GOBIN= GOARCH=${GOARCH} GOOS=${OPSYS:tl} \ >- GO386=${GO386} \ >+ GO386=${GO386} GOARM=${GOARM} CGO_ENABLED=1 \ > ${SH} make.bash -v > ${RM} -r ${WRKSRC}/pkg/obj \ > ${WRKSRC}/pkg/bootstrap \
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 221297
:
185109
|
186252
|
186253
|
186254
|
203615
|
203640
|
203671