From 6f132aeb931cfb498fa03621eab37a55aa94c614 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 29 Nov 1990 01:55:04 +0000 Subject: [PATCH] Get the fasl file type from the right place, rather than wiring it in. --- pcl/defsys.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcl/defsys.lisp b/pcl/defsys.lisp index b64d278a7..e3ccaa9d4 100644 --- a/pcl/defsys.lisp +++ b/pcl/defsys.lisp @@ -269,7 +269,7 @@ and load your system with: #+(and Lucid MIPS) ("lisp" . "mbin") #+(and Lucid PRISM) ("lisp" . "abin") #+excl ("cl" . "fasl") - #+:CMU ("lisp" . #+pmax "mips-fasl" #-(or pmax) "fasl") + #+cmu ("lisp" . #.(c:backend-fasl-file-type c:*backend*)) #+HP ("l" . "b") #+TI ("lisp" . #.(string (si::local-binary-file-type))) #+:gclisp ("LSP" . "F2S") -- GitLab