Skip to content

Commit e4c1197

Browse files
dmitshurgopherbot
authored andcommitted
_content/doc/install: update GOARM default on non-arm systems
As of Go 1.21, the default GOARM value when cross-compiling is 7. This was done in CL 470695. Update its documentation accordingly. For golang/go#24904. For golang/go#65241. Change-Id: I04a22b1e6d5b324615b4822f18db3c53270cf4fb Reviewed-on: https://go-review.googlesource.com/c/website/+/560015 Reviewed-by: Michael Knyszek <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 1cafcfc commit e4c1197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_content/doc/install/source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ <h2 id="environment">Optional environment variables</h2>
703703
</li>
704704

705705
<li><code>$GOARM</code> (for <code>arm</code> only; default is auto-detected if building
706-
on the target processor, 6 if not)
706+
on the target processor, 7 if not)
707707
<p>
708708
This sets the ARM floating point co-processor architecture version the run-time
709709
should target. If you are compiling on the target system, its value will be auto-detected.

0 commit comments

Comments
 (0)