X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=stems-and-flags.lisp-expr;h=871eb56d2a41c3e7f5f0879c1bf87685585843a6;hb=64bf93a97814ea1caf62bbdcc7ef43e2fbfc8f73;hp=775ef25c8ddc145ce320760755c0468e3661f826;hpb=befe933802fbddddf122a8b115554d2e53cdf103;p=sbcl.git diff --git a/stems-and-flags.lisp-expr b/stems-and-flags.lisp-expr index 775ef25..871eb56 100644 --- a/stems-and-flags.lisp-expr +++ b/stems-and-flags.lisp-expr @@ -78,17 +78,17 @@ ("code/defbangtype") ("code/defbangmacro") + ("code/primordial-extensions") + ;; for various constants e.g. SB!VM:*TARGET-MOST-POSITIVE-FIXNUM* and ;; SB!VM:LOWTAG-BITS, needed by "early-objdef" and others ("compiler/generic/early-vm") - ("compiler/generic/early-vm-macs") ("compiler/generic/early-objdef") ("compiler/target/parms") ("code/early-array") ; needs "early-vm" numbers ("code/parse-body") ; on host for PARSE-BODY ("code/parse-defmacro") ; on host for PARSE-DEFMACRO - ("code/early-defboot") ; on host for FILE-COMMENT, DO-ANONYMOUS, etc. ("code/boot-extensions") ; on host for COLLECT etc. ("code/early-extensions") ; on host for SYMBOLICATE etc. ("code/late-extensions") ; FIXME: maybe no longer needed on host now that @@ -224,6 +224,7 @@ #!+gengc ("code/gengc" :not-host) ("code/stream" :not-host) + ("pcl/gray-streams-stubs" :not-host) ("code/print" :not-host) ("code/pprint" :not-host) ; maybe should be :BYTE-COMPILE T ("code/early-format")