Re: [MIT-Scheme-devel] fasl arch for svm1

2018-11-12 Thread Chris Hanson
And I have another TODO item to address the problem with select-on-bytes-per-word using the host implementation to decide what size the target is. We have several issues with cross compilation. On Mon, Nov 12, 2018 at 10:37 PM Taylor R Campbell wrote: > > Date: Mon, 12 Nov 2018 22:14:40 -0800 >

Re: [MIT-Scheme-devel] fasl arch for svm1

2018-11-12 Thread Chris Hanson
mismatch. > > What to do? Pretend to be amd64? Convert the files by just swapping > out the fasl arch field? Invent an svm1 fasl arch? > > ___________ > MIT-Scheme-devel mailing list > MIT-Scheme-devel@gnu.org > https://lists.gnu.org/

[MIT-Scheme-devel] fasl arch for svm1

2018-11-12 Thread Taylor R Campbell
If I try to run an svm1 binary build on a non-amd64 system when the .bin/.com/ files were built on amd64, it chokes on fasl arch mismatch. What to do? Pretend to be amd64? Convert the files by just swapping out the fasl arch field? Invent an svm1 fasl arch