Skip to content
Snippets Groups Projects
Commit 6f132aeb authored by ram's avatar ram
Browse files

Get the fasl file type from the right place, rather than wiring it in.

parent 67ddf317
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment