Descriptioncmd/dist: always build go_bootstrap in softfp mode on linux/arm
CL 6446105 added the ability for the go tool to supply the correct value of GOARM automatically. However the problem of building the bootstrap commands correctly remains. This change causes the dist tool to always build the bootstrap commands in softfp mode on linux/arm.
This does imply that on ARMv6 systems and above, a portion of the bootstrap process will be using softfp math. Benchmarking on my pandaboard before and after this CL, the times were identical at 4m30s.
Patch Set 1 #Patch Set 2 : diff -r 0934e2afdec9 https://code.google.com/p/go #
Total comments: 1
Patch Set 3 : diff -r 0934e2afdec9 https://code.google.com/p/go #Patch Set 4 : diff -r 0934e2afdec9 https://code.google.com/p/go #MessagesTotal messages: 5
|