From acd79253fceae2a76896adb96bc8911ad48f8d23 Mon Sep 17 00:00:00 2001 From: slava Date: Tue, 4 Jul 2006 06:29:22 +0000 Subject: [PATCH] x86 ABI code was not loaded in the pentium4 image --- library/bootstrap/boot-stage2.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/bootstrap/boot-stage2.factor b/library/bootstrap/boot-stage2.factor index 9317874b0a..20b12e6b6b 100644 --- a/library/bootstrap/boot-stage2.factor +++ b/library/bootstrap/boot-stage2.factor @@ -10,7 +10,7 @@ parser sequences sequences-internals words ; "Cross-referencing..." print flush H{ } clone crossref set-global xref-words - cpu "x86" = [ + cpu { "x86" "pentium4" } member? [ macosx? "/library/compiler/x86/alien-macosx.factor" "/library/compiler/x86/alien.factor"