X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=f86669ba2a756981d477b18370718e63a325cd0c;hb=c6f5bc9d26b4f3d46c1d9947b5ea5a3514c802b3;hp=0bab9bc22505d506288d15fbb190cc4f7618f962;hpb=423b1f8cba83d16e57e852a51cf5d51ef709b2ed;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 0bab9bc..f86669b 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") @@ -551,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") @@ -576,8 +578,10 @@ ;; x what the problem is and fix it. #!+(or ppc) :ignore-failure-p) ("src/code/cross-modular" :not-target) - ("src/compiler/target/subprim") + ("src/compiler/target/type-vops") + + ("src/compiler/target/subprim") ("src/compiler/target/debug") ;; src/compiler/sparc/c-call contains a deftransform for ;; %ALIEN-FUNCALL -- CSR @@ -594,7 +598,6 @@ ("src/compiler/generic/array") ("src/compiler/target/pred") - ("src/compiler/target/type-vops") ("src/compiler/generic/late-type-vops") ;; KLUDGE: The assembly files need to be compiled twice: once as