Commit e9b1e828 by Richard Sandiford

Fix $prop argument in last delta.

From-SVN: r113932
parent 245f0e1c
...@@ -457,7 +457,7 @@ proc check_effective_target_fpic { } { ...@@ -457,7 +457,7 @@ proc check_effective_target_fpic { } {
# Return true if the target supports -mpaired-single (as used on MIPS). # Return true if the target supports -mpaired-single (as used on MIPS).
proc check_effective_target_mpaired_single { } { proc check_effective_target_mpaired_single { } {
return [check_no_compiler_messages freorder object { return [check_no_compiler_messages mpaired_single object {
void foo (void) { } void foo (void) { }
} "-mpaired-single"] } "-mpaired-single"]
} }
......
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