Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
b6a449dd
by Raymond Toy at 2024-07-25T13:16:27+00:00
-
5ad8c86e
by Raymond Toy at 2024-07-25T13:16:29+00:00
6 changed files:
- src/tools/cross-scripts/cross-x86-netbsd.lisp
- src/tools/cross-scripts/cross-x86-osx-freebsd.lisp
- src/tools/cross-scripts/cross-x86-osx-solaris.lisp
- src/tools/cross-scripts/cross-x86-ppc-darwin.lisp
- src/tools/cross-scripts/cross-x86-sparc.lisp
- src/tools/cross-scripts/cross-x86-x86.lisp
Changes:
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | :conservative-float-type
|
23 | 23 | :hash-new
|
24 | 24 | :random-mt19937
|
25 | - :cmu :cmu20 :cmu20a ; Version features
|
|
25 | + :cmu :cmu21 :cmu21e ; Version features
|
|
26 | 26 | :double-double ; double-double float support
|
27 | 27 | )
|
28 | 28 | ;; Features to remove from current *features* here. Normally don't
|
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | :complex-fp-vops
|
27 | 27 | :hash-new
|
28 | 28 | :random-mt19937
|
29 | - :cmu :cmu20 :cmu20b ; Version features
|
|
29 | + :cmu :cmu21 :cmu21e ; Version features
|
|
30 | 30 | :double-double ; double-double float support
|
31 | 31 | :linkage-table
|
32 | 32 |
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | :complex-fp-vops
|
27 | 27 | :hash-new
|
28 | 28 | :random-mt19937
|
29 | - :cmu :cmu20 :cmu20b ; Version features
|
|
29 | + :cmu :cmu21 :cmu21e ; Version features
|
|
30 | 30 | :double-double ; double-double float support
|
31 | 31 | :linkage-table
|
32 | 32 |
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | :darwin ; Darwin OS (Mac OS X)
|
18 | 18 | :bsd ; We're a BSD-type OS
|
19 | 19 | :cmu ; Announce this is CMUCL
|
20 | - :cmu20 :cmu20a ; (Mostly) current version identifier
|
|
20 | + :cmu21 :cmu21e ; (Mostly) current version identifier
|
|
21 | 21 | :gencgc ; Generational GC is supported on ppc.
|
22 | 22 | :relative-package-names
|
23 | 23 | :modular-arith ; Modular arithmetic
|
... | ... | @@ -23,7 +23,7 @@ |
23 | 23 | :hash-new
|
24 | 24 | :random-mt19937 ; MT-19937 generator
|
25 | 25 | :cmu ; Announce this is CMUCL
|
26 | - :cmu20 :cmu20b ; Current version identifier
|
|
26 | + :cmu21 :cmu21e ; Current version identifier
|
|
27 | 27 | :modular-arith ; Modular arithmetic
|
28 | 28 | :double-double ; Double-double float support
|
29 | 29 | :executable
|
... | ... | @@ -21,7 +21,7 @@ |
21 | 21 | :conservative-float-type
|
22 | 22 | :hash-new
|
23 | 23 | :random-xoroshiro ; RNG
|
24 | - :cmu :cmu20 :cmu20a ; Version features
|
|
24 | + :cmu :cmu21 :cmu21e ; Version features
|
|
25 | 25 | :double-double ; double-double float support
|
26 | 26 | )
|
27 | 27 | ;; Features to remove from current *features* here. Normally don't
|