Fix bootstrap without compiler being loaded

db4
Slava Pestov 2008-05-09 17:11:46 -05:00
parent c6bf45c07d
commit d425844485
3 changed files with 4 additions and 2 deletions

View File

@ -482,8 +482,6 @@ PRIVATE>
: make-image ( arch -- )
[
architecture set
bootstrapping? on
load-help? off
"resource:/core/bootstrap/stage1.factor" run-file
build-image
write-image

View File

@ -51,6 +51,8 @@ call
! After we execute bootstrap/layouts
num-types get f <array> builtins set
bootstrapping? on
! Create some empty vocabs where the below primitives and
! classes will go
{

View File

@ -13,6 +13,8 @@ vocabs.loader system debugger continuations ;
"resource:core/bootstrap/primitives.factor" run-file
load-help? off
! Create a boot quotation for the target
[
[