]> gitweb.factorcode.org Git - factor.git/commitdiff
Update boot-stage1 for AMD64 backend changes
authorslava <slava@factorcode.org>
Thu, 11 May 2006 06:25:23 +0000 (06:25 +0000)
committerslava <slava@factorcode.org>
Thu, 11 May 2006 06:25:23 +0000 (06:25 +0000)
library/bootstrap/boot-stage1.factor

index cbb2d3b72c12ceab48679daf311c7e17ce0ee05d..c34d189715d298c339c8fcd2e58906822af558b0 100644 (file)
@@ -307,14 +307,12 @@ vectors words ;
 
     { "amd64" } {
         "/library/compiler/x86/assembler.factor"
+        "/library/compiler/x86/architecture.factor"
         "/library/compiler/amd64/architecture.factor"
-        "/library/compiler/x86/generator.factor"
-        "/library/compiler/amd64/generator.factor"
-        "/library/compiler/x86/slots.factor"
-        "/library/compiler/amd64/slots.factor"
-        "/library/compiler/x86/stack.factor"
-        "/library/compiler/x86/fixnum.factor"
         "/library/compiler/amd64/alien.factor"
+        "/library/compiler/x86/intrinsics.factor"
+        "/library/compiler/x86/intrinsics-sse2.factor"
+        "/library/compiler/amd64/intrinsics.factor"
     } if-arch
     
     [