Hi Marc,
Talked to Vyzo, and this question came up:
In the C backend using GCC, Gambit supports cross-compliation (say to an ARM Mac OS or Android from some AMD Unix machine), right.
How do you pull off cross-compilation relative to not having ./configure have a host to autodetect features on,
Which considerations do I need to make for successful cross-compliation?
Do I need a separate Gambit build for each destination platform (so I'd do the |compile-file| within the respective build), or can my default Gambit installation be tweaked to compile against multiple platforms?
Thanks!