Raymond Toy pushed to branch issue-168-no-negated-forms-for-jmp at cmucl / cmucl
Commits:
-
4ec28e36
by Raymond Toy at 2023-02-25T18:47:06-08:00
-
b4b8f578
by Raymond Toy at 2023-02-25T18:48:35-08:00
2 changed files:
Changes:
1 | 1 | variables:
|
2 | 2 | download_url: "https://common-lisp.net/project/cmucl/downloads/snapshots/2021/07"
|
3 | 3 | version: "2021-07-x86"
|
4 | - bootstrap: ""
|
|
4 | + bootstrap: "-B boot-2021-07-2"
|
|
5 | 5 | |
6 | 6 | stages:
|
7 | 7 | - install
|
1 | +;; Bootstrap file for x86 to choose the non-negated forms of the
|
|
2 | +;; condition flag for conditional jumps.
|
|
3 | +;;
|
|
4 | +;; Use bin/build.sh -B boot-2021-07-2 to build this.
|
|
5 | + |
|
1 | 6 | (in-package :x86)
|
2 | 7 | |
3 | 8 | (ext:without-package-locks
|