> Date: Fri, 1 May 2020 00:36:17 -0400
> From: James Flaherty <kitcat425....@gmail.com>
> 
> When I input
> ./configure --enable-cross-compiling --enable-native-code=svm1-32le
> 
> The configure fails at step "checking for native-code support" with the
> error "configure: error: unknown compiler architecture: svm1-32le". I
> downloaded the mit-scheme-10.1.10-svm1.tar.gz package on my desktop linux
> to run this build. From fiddling around with this build system, I know it
> is checking the config.sub file for known architectures. Should I add
> anything to this file to make it recognize the svm1-32le argument?

There's a lot of changes that aren't in the 10 branch at all yet,
including cross-compiling svm1 across byte order and word size.
Probably easiest if you start from master:

git clone https://git.savannah.gnu.org/git/mit-scheme.git

Reply via email to