Fix bootstrap without compiler being loaded
parent
c6bf45c07d
commit
d425844485
|
@ -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
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
[
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue