From de61f870a1c7d2d533f949d07707947932b6f964 Mon Sep 17 00:00:00 2001 From: Justin Geeslin Date: Wed, 10 Jun 2020 17:18:40 -0500 Subject: [PATCH] Removing the lispinit.mem, Not sure how to create a 64-bit version of this. --- lisp/build-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/build-image.sh b/lisp/build-image.sh index e6aac32..7044f96 100755 --- a/lisp/build-image.sh +++ b/lisp/build-image.sh @@ -25,7 +25,7 @@ esac # We do the compile and load twice, to ensure that the second time, which is the one from # which we save the memory image, contains no compilation spoor. -cmd0="./clisp/$platform/base/$exefile -M clisp/$platform/base/lispinit.mem -i actr6.lisp" +cmd0="./clisp/$platform/base/$exefile -i actr6.lisp" cmd="$cmd0 -x '(ext:quit)'" echo $cmd eval $cmd