]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: re-enable VFPv3 on openbsd/arm
authorJoel Sing <joel@sing.id.au>
Sat, 15 Dec 2018 14:07:58 +0000 (01:07 +1100)
committerJoel Sing <joel@sing.id.au>
Mon, 17 Dec 2018 03:49:37 +0000 (03:49 +0000)
commitbc175e53cc95d0f2026d06a1c8827246f9c55f8d
treea68035c36bf2b2c43c6d697aa27f69b684069b06
parenta27f3d5cfbed01dd56a23647330a42dcf4bf6ea9
cmd/dist: re-enable VFPv3 on openbsd/arm

The OpenBSD armv7 port has working VFPv3 these days - re-enable the VFP
detection code so that GOARM=7 is used by default on openbsd/arm.

Change-Id: I0271d81c048d2d55becd2803c19e5f1542076357
Reviewed-on: https://go-review.googlesource.com/c/154378
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/util.go