FreeBSD Bugzilla – Attachment 226147 Details for
Bug 256897
lang/go: Fails to build on armv7: runtime: this CPU has no floating point hardware, so it cannot run this GOARM=7 binary
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
lang/go/files/patch-src_runtime_os__freebsd__arm.go
file_256897.txt (text/plain), 322 bytes, created by
Brad Davis
on 2021-07-01 04:24:27 UTC
(
hide
)
Description:
lang/go/files/patch-src_runtime_os__freebsd__arm.go
Filename:
MIME Type:
Creator:
Brad Davis
Created:
2021-07-01 04:24:27 UTC
Size:
322 bytes
patch
obsolete
>--- src/runtime/os_freebsd_arm.go.orig 2021-07-01 04:09:45 UTC >+++ src/runtime/os_freebsd_arm.go >@@ -7,8 +7,8 @@ package runtime > import "internal/cpu" > > const ( >- _HWCAP_VFP = 1 << 6 >- _HWCAP_VFPv3 = 1 << 13 >+ _HWCAP_VFP = 1 << 0 >+ _HWCAP_VFPv3 = 1 << 9 > ) > > func checkgoarm() {
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 Raw
Actions:
View
Attachments on
bug 256897
:
226146
| 226147