[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] Cross compilation
From: |
Taylor R Campbell |
Subject: |
Re: [MIT-Scheme-devel] Cross compilation |
Date: |
Tue, 11 Dec 2018 16:26:42 +0000 |
> Date: Tue, 11 Dec 2018 16:19:04 +0000
> From: Taylor R Campbell <address@hidden>
>
> The cross-fasdump-v2 branch has some more progress toward a cross
> compiler. Here's the preliminary intended usage model, which
> shouldn't have any manual steps beyond these unless I made a mistake.
> [...]
> But at least this should help to cross-build across word sizes and
> byte orders, which I last did a decade ago with LIARC and with
> apparently more patience than I remember having!
And, just to clarify: this usage model is not much different from what
Matt set up before, except that the cross-fasdump-v2 branch now takes
care of automatically converting the fasl format from (e.g.) a 64-bit
little-endian host to a 32-bit big-endian target.