Re: Cross-compilation support

2011-11-23 Thread Ludovic Courtès
Hello Guilers, A few more fixes later, I tested cross-compilation from x86_64-*-linux-gnu to i586-*-gnu, which isn’t a huge challenge given that the endianness is the same, but it works (cf. ‘xbuild_gnu’ at .) Thanks, Ludo’.

Cross-compilation support

2011-11-21 Thread Ludovic Courtès
Hello! I’ve just committed changes that hopefully complete cross-compilation support. However, I haven’t tested yet the resulting .go files on a foreign platforms, so testing is welcome! The (system base target) module now contains a hand-crafted mapping of CPU names to endianness/word-size