Load Mac OS X x86 ABI support in -stage2
parent
3bd5ddc494
commit
09031d8174
|
@ -317,7 +317,6 @@ sequences vectors words ;
|
||||||
{ "x86" "pentium4" } {
|
{ "x86" "pentium4" } {
|
||||||
"/library/compiler/x86/assembler.factor"
|
"/library/compiler/x86/assembler.factor"
|
||||||
"/library/compiler/x86/architecture.factor"
|
"/library/compiler/x86/architecture.factor"
|
||||||
"/library/compiler/x86/alien.factor"
|
|
||||||
"/library/compiler/x86/intrinsics.factor"
|
"/library/compiler/x86/intrinsics.factor"
|
||||||
} if-arch
|
} if-arch
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,13 @@ parser sequences sequences-internals words ;
|
||||||
"Cross-referencing..." print flush
|
"Cross-referencing..." print flush
|
||||||
H{ } clone crossref set-global xref-words
|
H{ } clone crossref set-global xref-words
|
||||||
|
|
||||||
|
cpu "x86" = [
|
||||||
|
macosx?
|
||||||
|
"/library/compiler/x86/alien-macosx.factor"
|
||||||
|
"/library/compiler/x86/alien.factor"
|
||||||
|
?
|
||||||
|
] when
|
||||||
|
|
||||||
"compile" get [
|
"compile" get [
|
||||||
"native-io" get [
|
"native-io" get [
|
||||||
unix? [
|
unix? [
|
||||||
|
|
Loading…
Reference in New Issue