X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=9a64d39c25608282fbb4df431387b356f3eaf0c0;hb=1d68d81c3022715f83faeff6ccc9836975783462;hp=8b58ee1cb1f63587536abc00ad799d4deca04843;hpb=06cc46735ebc73618995281f26fcce096c1110f6;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 8b58ee1..9a64d39 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -119,7 +119,7 @@ ("src/code/parse-defmacro") ; on host for PARSE-DEFMACRO ("src/compiler/deftype") ; on host for SB!XC:DEFTYPE ("src/compiler/defconstant") - ("src/code/early-alieneval") ; for vars needed both at build and run time + ("src/code/early-alieneval") ; for funs and vars needed at build and run time ("src/code/specializable-array") @@ -518,6 +518,7 @@ ("src/compiler/float-tran") ("src/compiler/saptran") ("src/compiler/srctran") + ("src/compiler/bitops-derive-type") ("src/compiler/generic/vm-tran") ("src/compiler/locall") ("src/compiler/dfo") @@ -550,6 +551,8 @@ ("src/compiler/target/move") ("src/compiler/target/float") + #!+sb-simd-pack + ("src/compiler/target/simd-pack") ("src/compiler/target/sap") ("src/compiler/target/system") ("src/compiler/target/char")