View Single Post
Old 09-18-2014, 09:50 AM   #14
rupor
meat popsicle
rupor ought to be getting tired of karma fortunes by now.rupor ought to be getting tired of karma fortunes by now.rupor ought to be getting tired of karma fortunes by now.rupor ought to be getting tired of karma fortunes by now.rupor ought to be getting tired of karma fortunes by now.rupor ought to be getting tired of karma fortunes by now.rupor ought to be getting tired of karma fortunes by now.rupor ought to be getting tired of karma fortunes by now.rupor ought to be getting tired of karma fortunes by now.rupor ought to be getting tired of karma fortunes by now.rupor ought to be getting tired of karma fortunes by now.
 
rupor's Avatar
 
Posts: 237
Karma: 441248
Join Date: Jul 2007
Location: USA
Device: Kindles, Pixels, iPads
@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.
rupor is offline   Reply With Quote