Raymond Toy pushed to branch issue-318-add-concrete-standard-char-type at cmucl / cmucl Commits: 6b8a9fb5 by Raymond Toy at 2026-05-04T08:46:48-07:00 Don't need to load type.lisp when cross-compiling. We don't actually need to do this. Probably a mistake during initial implementation necessitates this, but now that the implementation is done, cross-compile works fine without this, and resulting build is fine too. - - - - - 1 changed file: - src/tools/worldcom.lisp Changes: ===================================== src/tools/worldcom.lisp ===================================== @@ -137,13 +137,7 @@ (:optimize '(optimize (safety 2) (debug 2))) (comf "target:code/class")) -;; When cross-compiling, it's good to have all the type classes -;; defined for code/pred.lisp to use. -#-bootstrap (comf "target:code/type") -#+bootstrap -(comf "target:code/type" :load t) - (comf "target:compiler/generic/vm-type") (comf "target:code/type-init") (comf "target:code/pred") View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/6b8a9fb539d9c86227273bfc... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/6b8a9fb539d9c86227273bfc... You're receiving this email because of your account on gitlab.common-lisp.net. Manage all notifications: https://gitlab.common-lisp.net/-/profile/notifications | Help: https://gitlab.common-lisp.net/help