X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=c6b35e85d11bd755fe9d585fa2c0fefcdd958449;hb=920b5eb02b1e1fd1c6c28395cade04e81fbee2bb;hp=9a64d39c25608282fbb4df431387b356f3eaf0c0;hpb=3031b264496451e796282d7309c2221d89ee62c1;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 9a64d39..c6b35e8 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -578,8 +578,10 @@ ;; x what the problem is and fix it. #!+(or ppc) :ignore-failure-p) ("src/code/cross-modular" :not-target) - ("src/compiler/target/subprim") + ("src/compiler/target/type-vops") + + ("src/compiler/target/subprim") ("src/compiler/target/debug") ;; src/compiler/sparc/c-call contains a deftransform for ;; %ALIEN-FUNCALL -- CSR @@ -596,7 +598,6 @@ ("src/compiler/generic/array") ("src/compiler/target/pred") - ("src/compiler/target/type-vops") ("src/compiler/generic/late-type-vops") ;; KLUDGE: The assembly files need to be compiled twice: once as @@ -665,8 +666,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