X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-host-1.lisp;h=23fe97202726538fe674c7ef7c80b852947ca880;hb=HEAD;hp=0a22dfe2ff1f9bfd7a2a0c1a4468a2eaaafab69a;hpb=89987c8a1599b9bfc267d8d54ea02c588e8b24a5;p=sbcl.git diff --git a/make-host-1.lisp b/make-host-1.lisp index 0a22dfe..23fe972 100644 --- a/make-host-1.lisp +++ b/make-host-1.lisp @@ -11,6 +11,13 @@ (setf *host-obj-prefix* "obj/from-host/") (load "src/cold/set-up-cold-packages.lisp") (load "src/cold/defun-load-or-cload-xcompiler.lisp") + +(set-dispatch-macro-character #\# #\+ #'she-reader) +(set-dispatch-macro-character #\# #\- #'she-reader) + +;; Supress function/macro redefinition warnings under clisp. +#+clisp (setf custom:*suppress-check-redefinition* t) + (load-or-cload-xcompiler #'host-cload-stem) ;;; Let's check that the type system, and various other things, are @@ -28,7 +35,7 @@ ;;; propagate structure offset and other information to the C runtime ;;; support code. -(host-cload-stem "src/compiler/generic/genesis") +(host-cload-stem "src/compiler/generic/genesis" nil) (sb!vm:genesis :c-header-dir-name "src/runtime/genesis") #+cmu (ext:quit) #+clisp (ext:quit)