X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=a164c6f9dfaf45e354c2653fcb6187eebc7c1c98;hb=ae09f8fd7765f6cab6ad317a13e27ff22ab0c11e;hp=79840f4c3ef7abbb01cb5678848319be08ce69e7;hpb=6822034325136cde4e14773c83c3769b42721306;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 79840f4..a164c6f 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -484,7 +484,8 @@ ("src/code/load") #!+linkage-table ("src/code/linkage-table" :not-host) - #!+(and os-provides-dlopen (not win32)) ("src/code/foreign-load" :not-host) + #!+os-provides-dlopen ("src/code/foreign-load" :not-host) + #!+(and os-provides-dlopen (not win32)) ("src/code/unix-foreign-load" :not-host) #!+(and os-provides-dlopen win32) ("src/code/win32-foreign-load" :not-host) ("src/code/foreign") @@ -630,6 +631,7 @@ ("src/compiler/copyprop") ("src/compiler/represent") + ("src/compiler/ir2opt") ("src/compiler/pack") ("src/compiler/codegen") ("src/compiler/debug")