aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-driver.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/sys-driver.boot')
-rw-r--r--src/interp/sys-driver.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/sys-driver.boot b/src/interp/sys-driver.boot
index 12f0a022..b9b0739c 100644
--- a/src/interp/sys-driver.boot
+++ b/src/interp/sys-driver.boot
@@ -189,6 +189,7 @@ initializeGlobalState() ==
$buildingSystemAlgebra :=
getOptionValue(Option '"system-algebra",%systemOptions())
$verbose := getOptionValue(Option '"verbose",%systemOptions())
+ $bootStrapMode := getOptionValue(Option '"bootstrap",%systemOptions())
GCMSG(NIL)
if have_to then
$superHash := MAKE_-HASHTABLE('UEQUAL)