[Git][cmucl/cmucl][issue-156-add-two-arg-ge-le] Add x86 reader conditional

Raymond Toy pushed to branch issue-156-add-two-arg-ge-le at cmucl / cmucl Commits: 0b4ec82d by Raymond Toy at 2023-03-02T10:50:47-08:00 Add x86 reader conditional Don't set package to "X86" if we're not building on x86. One less thing to worry about when bootstrapping. - - - - - 1 changed file: - src/bootfiles/21d/boot-2021-07-3.lisp Changes: ===================================== src/bootfiles/21d/boot-2021-07-3.lisp ===================================== @@ -3,7 +3,9 @@ ;; ;; Use bin/build.sh -B boot-2021-07-3 to build this (along with any ;; other bootfiles that are still needed). +#+x86 (in-package :x86) + #+x86 (ext:without-package-locks (defparameter static-functions View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/0b4ec82d2de83ee986b48218... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/0b4ec82d2de83ee986b48218... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)