Fix $prop argument in last delta.

From-SVN: r113932
This commit is contained in:
Richard Sandiford 2006-05-20 14:40:59 +00:00
parent 245f0e1c6d
commit e9b1e82867
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ proc check_effective_target_fpic { } {
# Return true if the target supports -mpaired-single (as used on MIPS).
proc check_effective_target_mpaired_single { } {
return [check_no_compiler_messages freorder object {
return [check_no_compiler_messages mpaired_single object {
void foo (void) { }
} "-mpaired-single"]
}