X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=c31d5184334a38af6cdb1c09782b326fc5fe223f;hb=e0aff99a73d836da0dad4602e5559595fbe5ba5c;hp=e2ec49c5dae18d42243ffb22b5c9469e274281fb;hpb=b71b8da241791687e7752f917ca032d937ba2bbf;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index e2ec49c..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"