X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=73e8444425282a68d64d82dff7d59d3005d5cc2e;hb=45c2a2e4daee0f48ca79e7d4f37c4ae636ac2fb9;hp=0cdd20b6d003b9083eba3459ec294065f8ef1289;hpb=bffa99d35c7d50ac46b9eb7dbe25d1ab1a0e6145;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 0cdd20b..73e8444 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -546,6 +546,7 @@ ;; x pressing problems. Someday, though, it would be nice to figure out ;; x what the problem is and fix it. #!+(or ppc sparc) :ignore-failure-p) + ("src/code/cross-modular" :not-target) ("src/compiler/target/subprim") ("src/compiler/target/debug") @@ -634,6 +635,7 @@ ("src/code/save" :not-host) ; uses the definition of PATHNAME ; from "code/pathname" ("src/code/sharpm" :not-host) ; uses stuff from "code/reader" + ("src/code/alloc" :not-host) #!+sb-thread ("src/code/target-thread" :not-host) @@ -650,6 +652,10 @@ ("src/code/debug" :not-host) + ("src/code/octets" :not-host) + #!+sb-unicode + ("src/code/eucjp" :not-host) + ;; The code here can't be compiled until CONDITION and ;; DEFINE-CONDITION are defined and SB!DEBUG:*STACK-TOP-HINT* is ;; declared special.