Skip to content

Fix #347: Update cross-compile script for Solaris/x86

We can use cross-x86-osx-solaris.lisp on lisp as well, but need to use the xoroshiro RNG instead of MT-19937 RNG. So add :random-xoroshiro to the features to add and add :random-mt19937 to the features to remove.

Cross-compile on x86 works, but can't currently build lisp due to issue #348 (closed).

Merge request reports

Loading