Must give "-large" switch when making the runtime system.
authorChris Hanson <org/chris-hanson/cph>
Thu, 14 Feb 1991 17:53:25 +0000 (17:53 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 14 Feb 1991 17:53:25 +0000 (17:53 +0000)
etc/make_runtime

index e3cfd464fbf53a27e60c9034ca6f70a5aeb629a2..247c06297a23d7b81dfd2f70c9731f0226baac65 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
 # Script to generate standard runtime band from binaries.
-# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/make_runtime,v 1.3 1990/12/12 03:10:20 cph Exp $
+# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/make_runtime,v 1.4 1991/02/14 17:53:25 cph Exp $
 cd runtime
-exec ../microcode/scheme -library ../lib -fasl make.bin < ../etc/mkband.scm
+exec ../microcode/scheme -library ../lib -large -fasl make.bin < ../etc/mkband.scm