guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cross-compiling Guile 2.0


From: Andy Wingo
Subject: Re: Cross-compiling Guile 2.0
Date: Sun, 06 Mar 2011 21:43:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi,

On Sun 06 Mar 2011 12:03, Neil Jerram <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]