projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36c428a
)
package/go: fix s/amrv7/armv7/ typo in comment
author
Peter Korsgaard
<peter@korsgaard.com>
Wed, 23 Dec 2020 21:35:03 +0000
(22:35 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Wed, 23 Dec 2020 21:35:03 +0000
(22:35 +0100)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/go/go.mk
patch
|
blob
|
history
diff --git
a/package/go/go.mk
b/package/go/go.mk
index f2d10f5dad971a2bd57ad02dc6a8b6e7b2e5a9bf..e9f8be778315131a5c301593bbd1f69c030e69d6 100644
(file)
--- a/
package/go/go.mk
+++ b/
package/go/go.mk
@@
-41,7
+41,7
@@
else ifeq ($(BR2_ARM_CPU_ARMV7A),y)
GO_GOARM = 7
else ifeq ($(BR2_ARM_CPU_ARMV8A),y)
# Go doesn't support 32-bit GOARM=8 (https://github.com/golang/go/issues/29373)
-# but can still benefit from a
mr
v7 optimisations
+# but can still benefit from a
rm
v7 optimisations
GO_GOARM = 7
endif
else ifeq ($(BR2_aarch64),y)