X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=9976de762011ea7fe2d8bdfef1334d32025376fa;hb=6cb4f9ea3f4e35a5a8e75922833e14575ae92180;hp=75a621c39c50f3ff2344694bfb7be1276a4f1660;hpb=444d2072bc52e60a41af62ee22e343e76109212f;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 75a621c..9976de7 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -105,6 +105,7 @@ ;; for various constants e.g. SB!XC:MOST-POSITIVE-FIXNUM and ;; SB!VM:N-LOWTAG-BITS, needed by "early-objdef" and others + ("src/compiler/generic/parms") ("src/compiler/target/parms") ("src/compiler/generic/early-vm") ("src/compiler/generic/early-objdef") @@ -216,8 +217,9 @@ ("src/code/unix" :not-host) #!+win32 ("src/code/win32" :not-host) - #!+mach ("src/code/mach" :not-host) + + ("src/code/common-os" :not-host) #!+mach ("src/code/mach-os" :not-host) #!+sunos ("src/code/sunos-os" :not-host) #!+hpux ("src/code/hpux-os" :not-host) @@ -517,6 +519,8 @@ ("src/compiler/debug-dump") ("src/compiler/generic/utils") + ("src/compiler/fopcompile") + ("src/assembly/assemfile") ;; Compiling this file requires the macros SB!ASSEM:EMIT-LABEL and