@knc1
No it does not. Proper Go language does not require cross C/C++ toolchain. Only if your code is using packages which are making calls via cgo interface which in many cases could be avoided. Only because I decided to use "native" sqllite3 driver cross-tool C/C++ toolchain was needed.
I looked at linaro before building my own - 2 points here. First it is 32 bits hosted and I wanted 64 bits (call me nut). Second - I built softfp, not "soft float". And default setting for GOARM is 6 - not 7. It is not the same as ARMel - are you trying to confuse matters on purpose?
Last edited by rupor; 09-18-2014 at 10:11 AM.
|