FreeBSD Bugzilla – Attachment 163629 Details for
Bug 204882
lang/go14: allow building on armv6hf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port Makefile patch
hf_go14.diff (text/plain), 511 bytes, created by
Michael Moll
on 2015-11-28 14:03:28 UTC
(
hide
)
Description:
port Makefile patch
Filename:
MIME Type:
Creator:
Michael Moll
Created:
2015-11-28 14:03:28 UTC
Size:
511 bytes
patch
obsolete
>diff --git a/lang/go14/Makefile b/lang/go14/Makefile >index 9017782..7139b36 100644 >--- a/lang/go14/Makefile >+++ b/lang/go14/Makefile >@@ -22,7 +22,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> > >@@ -37,7 +37,7 @@ GOOBJ=8 > .elif ${ARCH} == "amd64" > GOARCH=amd64 > GOOBJ=6 >-.elif ${ARCH} == "armv6" >+.elif ${ARCH} == "armv6" || ${ARCH} == "armv6hf" > GOARCH=arm > GOOBJ=5 > .else
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 204882
: 163629