mason.child: don't need command line switches for SSE version anymore

Slava Pestov 2009-09-20 23:16:14 -05:00
parent 66871995c9
commit 83d57ba40f
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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 ( -- )