mason.child: don't need command line switches for SSE version anymore
parent
66871995c9
commit
83d57ba40f
|
@ -33,7 +33,7 @@ USING: mason.child mason.config tools.test namespaces io kernel sequences ;
|
||||||
] with-scope
|
] with-scope
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
[ { "./factor.com" "-i=boot.x86.32.image" "-no-user-init" "-sse-version=30" } ] [
|
[ { "./factor.com" "-i=boot.x86.32.image" "-no-user-init" } ] [
|
||||||
[
|
[
|
||||||
"winnt" target-os set
|
"winnt" target-os set
|
||||||
"x86.32" target-cpu set
|
"x86.32" target-cpu set
|
||||||
|
|
|
@ -34,7 +34,6 @@ IN: mason.child
|
||||||
factor-vm ,
|
factor-vm ,
|
||||||
"-i=" boot-image-name append ,
|
"-i=" boot-image-name append ,
|
||||||
"-no-user-init" ,
|
"-no-user-init" ,
|
||||||
target-cpu get { "x86.32" "x86.64" } member? [ "-sse-version=30" , ] when
|
|
||||||
] { } make ;
|
] { } make ;
|
||||||
|
|
||||||
: boot ( -- )
|
: boot ( -- )
|
||||||
|
|
Loading…
Reference in New Issue