a04a1bea94
* lib/c-torture.exp: Look for .x files instead of .cexp files. * lib/f-torture.exp: Similarly. * gcc.c-torture: Rename all .cexp files to .x files. From-SVN: r17411
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
# This doesn't work on sparc's with -mflat.
|
|
|
|
if { [istarget "sparc-*-*"] && [string match "*mflat*" $CFLAGS] } {
|
|
set torture_execute_xfail "sparc-*-*"
|
|
}
|
|
return 0
|