1
0
mirror of https://github.com/golang/go synced 2024-10-05 16:01:22 -06:00
go/src
Dave Cheney 55ca5ab0be runtime: arm: abort if VFPv3 support missing
Fixes #3456.

This proposal is a reformulation of CL 5987063. This CL resets
the default GOARM value to 6 and allows the use of the VFPv3
optimisation if GOARM=7. Binaries built with this CL in place
will abort if GOARM=7 was used and the target host does not
support VFPv3.

R=minux.ma, rsc, ajstarks
CC=golang-dev
https://golang.org/cl/6501099
2012-09-18 09:55:07 +10:00
..
cmd runtime: arm: abort if VFPv3 support missing 2012-09-18 09:55:07 +10:00
lib9 cmd/gc: string conversion for surrogates 2012-08-30 11:16:55 -07:00
libbio build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
libmach cmd/5a, cmd/5l: add MULW{T,B} and MULAW{T,B} support for ARM 2012-06-08 02:42:28 +08:00
pkg runtime: arm: abort if VFPv3 support missing 2012-09-18 09:55:07 +10:00
all.bash build: restore PATH before "dist banner" 2012-06-06 20:19:16 +08:00
all.bat build: print go banner before restoring windows PATH 2012-09-13 12:39:25 -07:00
all.rc build: dist-based build for Plan 9 2012-05-01 22:32:46 -07:00
clean.bash build: fix clean.bash 2012-02-15 23:52:07 +09:00
clean.bat build: implement clean.bat 2012-02-20 12:17:27 +11:00
clean.rc build: dist-based build for Plan 9 2012-05-01 22:32:46 -07:00
make.bash build: do more during windows build 2012-03-20 14:04:20 +11:00
make.bat build: do more during windows build 2012-03-20 14:04:20 +11:00
Make.dist cmd/dist: make 'make' quieter for developers 2012-02-08 15:26:47 -05:00
make.rc build: dist-based build for Plan 9 2012-05-01 22:32:46 -07:00
run.bash run.bash: fix a typo (fix build) 2012-09-17 01:26:57 +08:00
run.bat misc/cgo/life: disable it temporarily on windows, because go builder fails 2012-09-11 14:06:34 +10:00
run.rc build: dist-based build for Plan 9 2012-05-01 22:32:46 -07:00
sudo.bash cmd/dist, sudo.bash: don't mention sudo.bash if cov or prof is not present 2012-04-02 22:33:38 +08:00