X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=73e8444425282a68d64d82dff7d59d3005d5cc2e;hb=7c7e6276719b8d40fddec2070cad81064a25c8ed;hp=7a252793f572bdf889ab256605b60d07b527f2d8;hpb=ff92598854bf7cae8d57fe49cef4d9a98e1ab345;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 7a25279..73e8444 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -455,6 +455,10 @@ ("src/code/thread") ("src/code/load") + #!+linkage-table ("src/code/linkage-table" :not-host) + #!+os-provides-dlopen ("src/code/foreign-load" :not-host) + ("src/code/foreign") + ("src/code/fop") ; needs macros from code/load.lisp ("src/compiler/ctype") @@ -472,9 +476,11 @@ ("src/compiler/ir1tran") ("src/compiler/ir1tran-lambda") ("src/compiler/ir1-translators") + ("src/compiler/ir1-step") ("src/compiler/ir1util") ("src/compiler/ir1report") ("src/compiler/ir1opt") + ("src/compiler/loop") ("src/compiler/ir1final") ("src/compiler/array-tran") @@ -540,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") @@ -628,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) @@ -644,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.