X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=build-order.lisp-expr;h=5d4acb2194ec87bd7e37b7e2f8ecc947706817fa;hb=3fe0010d2777b41e01ea9b4a0f894cfa40f7df1b;hp=d7e739f0436d41019f4f18db64c5124c6422d85e;hpb=5ecef987f3847ed5de8c03f66ef9d8ab468af993;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index d7e739f..5d4acb2 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -121,6 +121,7 @@ ;; mostly needed by stuff from comcom, but also used by "x86-vm" ("src/code/debug-var-io") + ("src/code/early-thread") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; basic machinery for the target Lisp. Note that although most of these ;;; files are flagged :NOT-HOST, a few might not be. @@ -635,9 +636,11 @@ ("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) + #!+sb-thread + ("src/code/target-multithread" :not-host) #!-sb-thread ("src/code/target-unithread" :not-host) ;; defines SB!DI:DO-DEBUG-FUN-BLOCKS, needed by target-disassem.lisp @@ -652,6 +655,10 @@ ("src/code/debug" :not-host) ("src/code/octets" :not-host) + #!+sb-unicode + ("src/code/eucjp" :not-host) + #!+sb-unicode + ("src/code/koi8-r" :not-host) ;; The code here can't be compiled until CONDITION and ;; DEFINE-CONDITION are defined and SB!DEBUG:*STACK-TOP-HINT* is