| Submitter | Janis Johnson |
|---|---|
| Date | Feb. 4, 2013, 6:08 p.m. |
| Message ID | <510FF93B.6030601@mentor.com> |
| Download | mbox | patch |
| Permalink | /patch/218020/ |
| State | New |
| Headers | show |
Comments
Patch
Index: testsuite/lib/target-supports.exp =================================================================== --- testsuite/lib/target-supports.exp (revision 195723) +++ testsuite/lib/target-supports.exp (working copy) @@ -2061,7 +2061,7 @@ # options. proc check_effective_target_arm_hard_vfp_ok { } { - if { [check_effective_target_arm32] } { + if { [check_effective_target_arm32] && ! [check-flags [list "" { *-*-* } { "-mfloat-abi=*" } { "-mfloat-abi=hard" }]] } { return [check_no_compiler_messages arm_hard_vfp_ok executable { int main() { return 0;}