]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: re-enable GOARM auto-detection
authorShenghou Ma <minux@golang.org>
Thu, 10 Sep 2015 02:56:26 +0000 (22:56 -0400)
committerMinux Ma <minux@golang.org>
Thu, 10 Sep 2015 22:43:07 +0000 (22:43 +0000)
commit3f2baa3e60b54b5cfc45995d7d3616d4a9a509fb
tree4be2d699358791eab2ed3cea71998965a56bd181
parenta370fbaac64ccd8cb665552caa0f66f163cc8f42
cmd/dist: re-enable GOARM auto-detection

cmd/dist will re-exec itself to detect VFP support at run-time.

Fixes #9732, #12548.

Change-Id: I9ad0c5c7fa3e97bd79a32da372e1a962565bb3af
Reviewed-on: https://go-review.googlesource.com/3973
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/dist/util.go
src/cmd/dist/util_gc.go
src/cmd/dist/util_gccgo.go
src/cmd/dist/vfp_arm.s [new file with mode: 0644]
src/cmd/dist/vfp_default.s [new file with mode: 0644]