Fix USING: -- you can now make ppc images, they just don't work yet

db4
Slava Pestov 2008-11-03 06:40:14 -06:00
parent b649c01de6
commit e6f6cd5d93
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2007, 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: bootstrap.image.private kernel kernel.private namespaces
system cpu.ppc.assembler compiler.generator.fixup compiler.units
system cpu.ppc.assembler compiler.codegen.fixup compiler.units
compiler.constants math math.private layouts words words.private
vocabs slots.private ;
IN: bootstrap.ppc