Load Mac OS X x86 ABI support in -stage2

slava 2006-07-03 07:26:56 +00:00
parent 3bd5ddc494
commit 09031d8174
2 changed files with 25 additions and 19 deletions

View File

@ -317,7 +317,6 @@ sequences vectors words ;
{ "x86" "pentium4" } {
"/library/compiler/x86/assembler.factor"
"/library/compiler/x86/architecture.factor"
"/library/compiler/x86/alien.factor"
"/library/compiler/x86/intrinsics.factor"
} if-arch

View File

@ -10,6 +10,13 @@ parser sequences sequences-internals words ;
"Cross-referencing..." print flush
H{ } clone crossref set-global xref-words
cpu "x86" = [
macosx?
"/library/compiler/x86/alien-macosx.factor"
"/library/compiler/x86/alien.factor"
?
] when
"compile" get [
"native-io" get [
unix? [