]> Cypherpunks repositories - gostls13.git/commit
runtime: adjust GOARM floating point compatibility error message
authorTobias Klauser <tklauser@distanz.ch>
Wed, 21 Mar 2018 18:42:24 +0000 (19:42 +0100)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sat, 24 Mar 2018 04:47:27 +0000 (04:47 +0000)
commit786899a72afe02836c003c1414ca279090e7d637
tree9f8a5dd29a992ec689696e4581e249a449a2e455
parentd54902ece907d55d937b7b2fa294e0cc22b57a32
runtime: adjust GOARM floating point compatibility error message

As pointed out by Josh Bleecher Snyder in CL 99780.

The check is for GOARM > 6, so suggest to recompile with either GOARM=5
or GOARM=6.

Change-Id: I6a97e87bdc17aa3932f5c8cb598bba85c3cf4be9
Reviewed-on: https://go-review.googlesource.com/101936
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/runtime/os_freebsd_arm.go
src/runtime/os_linux_arm.go