You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
336 B
8 lines
336 B
(compiler::emit-fn t)
|
|
(compiler::link nil "bootstrapped_ansi_gcl"
|
|
(format nil "(progn (let ((*load-path* (cons ~S *load-path*))
|
|
(si::*load-types* ~S)) (compiler::emit-fn t)) (when (fboundp (quote
|
|
si::sgc-on)) (si::sgc-on t)) (setq compiler::*default-system-p* t))"
|
|
si::*system-directory* (quote (list ".lsp")))
|
|
"-lutil")
|