View | Details | Raw Unified
Collapse All | Expand All

(-) axiom/lsp/Makefile.pamphlet (-1 / +1 lines)
 Lines 341-347    Link Here 
default this code into the image so it is always avaiable.
default this code into the image so it is always avaiable.
<<gclConfigureMake>>=
<<gclConfigureMake>>=
	@(cd ${GCLVERSION} ; \
	@(cd ${GCLVERSION} ; \
	./configure --enable-vssize=65536*2 --enable-statsysbfd --enable-maxpage=128*1024 ; \
	./configure --enable-vssize=65536*2 --enable-locbfd --disable-dynsysbfd --disable-statsysbfd --enable-maxpage=128*1024 ; \
	${ENV} ${MAKE} ; \
	${ENV} ${MAKE} ; \
	echo '(progn (load "cmpnew/gcl_collectfn.lsp") (load "lsp/sys-proclaim.lisp") (compiler::emit-fn t) (system::save-system "${OUT}/lisp"))' | unixport/saved_gcl )
	echo '(progn (load "cmpnew/gcl_collectfn.lsp") (load "lsp/sys-proclaim.lisp") (compiler::emit-fn t) (system::save-system "${OUT}/lisp"))' | unixport/saved_gcl )
@
@