Raymond Toy pushed to branch issue-337-cross-compile-linux-x86-fails at cmucl / cmucl
Commits: f48dcfc0 by Raymond Toy at 2024-07-19T18:24:20-07:00 Revert the change to the version features
We'll do that in a different merge.
- - - - -
1 changed file:
- src/tools/cross-scripts/cross-x86-x86.lisp
Changes:
===================================== src/tools/cross-scripts/cross-x86-x86.lisp ===================================== @@ -21,7 +21,7 @@ :conservative-float-type :hash-new :random-xoroshiro ; RNG - :cmu :cmu21 :cmu21e ; Version features + :cmu :cmu20 :cmu20a ; Version features :double-double ; double-double float support ) ;; Features to remove from current *features* here. Normally don't
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/f48dcfc0d74ba9041f882f3d...