X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=70648ee22ae40189352cf0058b5f5dcbcc2164cc;hb=c295a1ec99a7316523e7674cec71da05da8fc072;hp=f86669ba2a756981d477b18370718e63a325cd0c;hpb=94603790f67ddfd00bdb890c16e28a15df45a02b;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index f86669b..70648ee 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -632,6 +632,7 @@ ("src/compiler/represent") ("src/compiler/ir2opt") ("src/compiler/pack") + ("src/compiler/pack-iterative") ("src/compiler/codegen") ("src/compiler/debug") @@ -666,8 +667,10 @@ ("src/code/reader" :not-host) ; needs "code/readtable" ("src/code/target-stream" :not-host) ; needs WHITESPACEP from "code/reader" ("src/code/target-pathname" :not-host) ; needs "code/pathname" - ("src/code/unix-pathname" :not-host) - ("src/code/win32-pathname" :not-host) + #!-win32 + ("src/code/unix-pathname" :not-host) + #!+win32 + ("src/code/win32-pathname" :not-host) ("src/code/filesys" :not-host) ; needs HOST from "code/pathname" ("src/code/save" :not-host) ; uses the definition of PATHNAME