> From: Taylor R Campbell <campb...@mumble.net>
> Date: Sun, 12 Aug 2012 01:38:59 +0000
> 
> [...]
> 
> (Actually building on these ARM toys is pretty silly -- we really need
> to make cross-builds work more sensibly!  But that will take an
> enormous amount of work...)

If the word size and endianness are similar on your build host and
your toy, perhaps you can

        ./configure --enable-native-code=svm
        make

on the build host, but just

        ./configure --enable-native-code=svm
        make compile-microcode

on the toy, and then copy all.com from the build host to the toy...

_______________________________________________
MIT-Scheme-devel mailing list
MIT-Scheme-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/mit-scheme-devel

Reply via email to