From b6336040816c7c77ab8f8efa52486014cefcdb91 Mon Sep 17 00:00:00 2001 From: slava Date: Thu, 11 May 2006 06:25:23 +0000 Subject: [PATCH] Update boot-stage1 for AMD64 backend changes --- library/bootstrap/boot-stage1.factor | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/library/bootstrap/boot-stage1.factor b/library/bootstrap/boot-stage1.factor index cbb2d3b72c..c34d189715 100644 --- a/library/bootstrap/boot-stage1.factor +++ b/library/bootstrap/boot-stage1.factor @@ -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 [