diff options
author | dos-reis <gdr@axiomatics.org> | 2008-08-30 04:16:51 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-08-30 04:16:51 +0000 |
commit | d3aed7983ada6744839d855ad6e4ec8ae4de0b5e (patch) | |
tree | 2c60f09e1a2c59a298c79f32598b73c23b5264e1 /src | |
parent | e8d97f536bc5aa1e00778e23efd78611cfbe9fe9 (diff) | |
download | open-axiom-d3aed7983ada6744839d855ad6e4ec8ae4de0b5e.tar.gz |
* interp/sys-driver.boot (initializeGlobalState): Parse --bootstrap.
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) |