X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=build-order.lisp-expr;h=73e8444425282a68d64d82dff7d59d3005d5cc2e;hb=f5413fc1ba97667f829073f4aae2c62377265072;hp=d7e739f0436d41019f4f18db64c5124c6422d85e;hpb=5ecef987f3847ed5de8c03f66ef9d8ab468af993;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index d7e739f..73e8444 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -635,6 +635,7 @@ ("src/code/save" :not-host) ; uses the definition of PATHNAME ; from "code/pathname" ("src/code/sharpm" :not-host) ; uses stuff from "code/reader" + ("src/code/alloc" :not-host) #!+sb-thread ("src/code/target-thread" :not-host) @@ -652,6 +653,8 @@ ("src/code/debug" :not-host) ("src/code/octets" :not-host) + #!+sb-unicode + ("src/code/eucjp" :not-host) ;; The code here can't be compiled until CONDITION and ;; DEFINE-CONDITION are defined and SB!DEBUG:*STACK-TOP-HINT* is