X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=build-order.lisp-expr;h=0274a1de782a2a04e52d7fa7198c5473ba6493c4;hb=bfa4310e41dcd011ca9d139f29be1c5757b41378;hp=3b5b727dc05be89f091a5b9668b5afd58dc9b6e6;hpb=2912f5f6c2acb2da3b9fcc0f5afd1ca89782a9f8;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 3b5b727..0274a1d 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -100,9 +100,9 @@ ;; for various constants e.g. SB!XC:MOST-POSITIVE-FIXNUM and ;; SB!VM:N-LOWTAG-BITS, needed by "early-objdef" and others + ("src/compiler/target/parms") ("src/compiler/generic/early-vm") ("src/compiler/generic/early-objdef") - ("src/compiler/target/parms") ("src/code/early-array") ; needs "early-vm" numbers ("src/code/early-extensions") ; on host for COLLECT, SYMBOLICATE, etc. @@ -227,6 +227,7 @@ #!+sparc ("src/code/sparc-vm" :not-host) #!+hppa ("src/code/hppa-vm" :not-host) #!+x86 ("src/code/x86-vm" :not-host) + #!+x86-64("src/code/x86-64-vm" :not-host) #!+ppc ("src/code/ppc-vm" :not-host) #!+alpha ("src/code/alpha-vm" :not-host) #!+mips ("src/code/mips-vm" :not-host)