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
|
||||
] 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
|
||||
"x86.32" target-cpu set
|
||||
|
|
|
@ -34,7 +34,6 @@ IN: mason.child
|
|||
factor-vm ,
|
||||
"-i=" boot-image-name append ,
|
||||
"-no-user-init" ,
|
||||
target-cpu get { "x86.32" "x86.64" } member? [ "-sse-version=30" , ] when
|
||||
] { } make ;
|
||||
|
||||
: boot ( -- )
|
||||
|
|
Loading…
Reference in New Issue