On Fri, Nov 19, 2010 at 10:46 PM, Ian Lance Taylor <i...@google.com> wrote: > Jack Howarth <howa...@bromo.med.uc.edu> writes: > >> ps Is there a list of targets that the go compiler has been built on? > > It's been built and tested on x86 and x86_64 GNU/Linux and RTEMS.
Huh, I wonder why we have frontends that do not even build for all primary hosts. Ok, there isn't such a list - we only have primary _targets_, and I suppose you can build a x86_64-linux hosted cross compiler for Go to all primary targets. That said, maybe x86 and x86_64 Linux is all we care for as hosts, though I implicitly assumed that all primary targets that are capable of serving as a host for GCC are also primary hosts. Just my 2c wondering ... Btw, bugzilla needs a Go and a libgo component. Richard. > Ian >