diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 4 | ||||
-rw-r--r-- | src/interp/sys-driver.boot | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 62409a44..d1e87ca7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-08-29 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * interp/sys-driver.boot (initializeGlobalState): Parse --bootstrap. + 2008-08-29 Waldek Hebisch <hebisch@math.uni.wroc.pl> * hyper/htinp.c: Use strcpy instead of strcat. 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) |