X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=d622fc82e1ace7971163e9511a823b9e267ebb53;hb=5563d2712045491695f68c018dbdd1233faca4e5;hp=73e8444425282a68d64d82dff7d59d3005d5cc2e;hpb=4b059e9764d4fa857029bda034a85f51a85aee8b;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 73e8444..d622fc8 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. @@ -637,10 +638,7 @@ ("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-unithread" :not-host) ;; defines SB!DI:DO-DEBUG-FUN-BLOCKS, needed by target-disassem.lisp ("src/code/gc" :not-host) ("src/code/purify" :not-host) @@ -655,6 +653,8 @@ ("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