X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=c31d5184334a38af6cdb1c09782b326fc5fe223f;hb=e0aff99a73d836da0dad4602e5559595fbe5ba5c;hp=bacec9f03d1e79e5ff454950e2baa75fc606217f;hpb=65b5ab7e713d04e0d76bc0ee196374f6e57b922f;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index bacec9f..c31d518 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -656,6 +656,8 @@ ("src/code/target-sap" :not-host) ; uses SAP-INT type ("src/code/target-package" :not-host) ; needs "code/package" ("src/code/target-random" :not-host) ; needs "code/random" + ("src/code/bignum-random" :not-host) ; needs "code/random" and + ; "code/bignum" ("src/code/target-hash-table" :not-host) ; needs "code/hash-table" ("src/code/reader" :not-host) ; needs "code/readtable" ("src/code/target-stream" :not-host) ; needs WHITESPACEP from "code/reader" @@ -749,6 +751,8 @@ ("src/code/macros") ("src/code/loop") ("src/code/late-setf") + ("src/code/cas") + ("src/code/late-cas") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; other target-code-building stuff which can't be processed until