Commit 524cf46a by Mike Stump

sso tests need int32 machines.

From-SVN: r233621
parent 4b0311f7
...@@ -32,6 +32,10 @@ set SSO_TORTURE_OPTIONS [list \ ...@@ -32,6 +32,10 @@ set SSO_TORTURE_OPTIONS [list \
set-torture-options $SSO_TORTURE_OPTIONS set-torture-options $SSO_TORTURE_OPTIONS
if { ![check_effective_target_int32] } {
return
}
# Main loop. # Main loop.
gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.c]] "" "" gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.c]] "" ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment