Descriptioncmd/go: set GOARM automatically on linux/arm
This proposal gives the go command the ability to export the correct GOARM value by inspecting the cpu features of the running system. This can be overridden by exporting GOARM manually.
GOARM is still required for ARMv5 systems to correctly execute ./make.bash.
Patch Set 1 #Patch Set 2 : diff -r 0158b489366c https://code.google.com/p/go #Patch Set 3 : diff -r 0158b489366c https://code.google.com/p/go #Patch Set 4 : diff -r 0934e2afdec9 https://code.google.com/p/go #Patch Set 5 : diff -r 0934e2afdec9 https://code.google.com/p/go #
Total comments: 1
Patch Set 6 : diff -r 0934e2afdec9 https://code.google.com/p/go #MessagesTotal messages: 7
|