[Git][cmucl/cmucl][master] 2 commits: Fix #347: Update cross-compile script for Solaris/x86
![](https://secure.gravatar.com/avatar/5634a99cd64dd70d4a6692c3031a1284.jpg?s=120&d=mm&r=g)
Raymond Toy pushed to branch master at cmucl / cmucl Commits: bc927baf by Raymond Toy at 2024-08-21T02:33:54+00:00 Fix #347: Update cross-compile script for Solaris/x86 - - - - - a0debef2 by Raymond Toy at 2024-08-21T02:33:58+00:00 Merge branch 'issue-347-solaris-x86-build' into 'master' Fix #347: Update cross-compile script for Solaris/x86 Closes #347 See merge request cmucl/cmucl!244 - - - - - 1 changed file: - src/tools/cross-scripts/cross-x86-osx-solaris.lisp Changes: ===================================== src/tools/cross-scripts/cross-x86-osx-solaris.lisp ===================================== @@ -25,7 +25,7 @@ :conservative-float-type :complex-fp-vops :hash-new - :random-mt19937 + :random-xoroshiro :cmu :cmu21 :cmu21e ; Version features :double-double ; double-double float support :linkage-table @@ -44,6 +44,7 @@ :propagate-fun-type :propagate-float-type :constrain-float-type :openbsd :freebsd :glibc2 :linux :mach-o :darwin + :random-mt19937 :long-float :new-random :small)) ;;; (setf *features* (remove :bsd *features*)) View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/c461877a48398c0f48eab04... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/c461877a48398c0f48eab04... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)