Hi,

On Sun 06 Mar 2011 12:03, Neil Jerram <n...@ossau.uklinux.net> writes:

> What architectural dependencies are there in the .go format?

Only endianness and word size.

Of course a macro could check something about the system at
expansion-time, for example a value in a header; and there are things
like the mapping of "long" to int32 or int64 in foreign.c.  But I guess
anything that explicitly depends on such things should know about
cross-compilation.

Cheers,

Andy
-- 
http://wingolog.org/

Reply via email to