X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=5d4acb2194ec87bd7e37b7e2f8ecc947706817fa;hb=94ea2b2082deaa0331dfb66fa6af6ca12dd8dc83;hp=72052664a89c7e02ca344407064e08f0b1625aec;hpb=a6831e56ae6c27cab9b5efe157d087e261447d72;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 7205266..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. @@ -637,8 +638,9 @@ ("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