X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=bacec9f03d1e79e5ff454950e2baa75fc606217f;hb=6501a925cc45f347d1243ce10d34e8b7202ae917;hp=3c55c3ba181c3557e7b533b910882382cad183ff;hpb=41248d63da1344119f74305c887b0e5db0263ebb;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 3c55c3b..bacec9f 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -467,6 +467,9 @@ ;; This has ASSEMBLY-UNIT-related stuff needed by core.lisp. ("src/compiler/early-assem") + ;; This has the BARRIER stuff that the threading support needs. + ("src/code/barrier") + ;; core.lisp contains DEFSTRUCT CORE-OBJECT, and "compiler/main.lisp" ;; does lots of (TYPEP FOO 'CORE-OBJECT), so it's nice to compile this ;; before "compiler/main.lisp" so that those can be coded efficiently