X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-host-2.lisp;fp=make-host-2.lisp;h=5af5a983810d8903cd5ed0fc3ab2b035dd6c8b5c;hb=41248d63da1344119f74305c887b0e5db0263ebb;hp=43fb52b89c717ada0d42e67bdf44037fa83a9a47;hpb=f16e93459cd73b1884e3d576c95e422f8e8a000e;p=sbcl.git diff --git a/make-host-2.lisp b/make-host-2.lisp index 43fb52b..5af5a98 100644 --- a/make-host-2.lisp +++ b/make-host-2.lisp @@ -60,6 +60,10 @@ (funcall fun)))) (compile 'in-target-cross-compilation-mode) + +;; Supress function/macro redefinition warnings under clisp. +#+clisp (setf custom:*suppress-check-redefinition* t) + (setf *target-compile-file* #'sb-xc:compile-file) (setf *target-assemble-file* #'sb!c:assemble-file) (setf *in-target-compilation-mode-fn* #'in-target-cross-compilation-mode)