Commit 0f2f3389 by Richard Henderson Committed by Richard Henderson

* lib/target-supports.exp

        (check_effective_target_sync_long_long_runtime): True for
        check_effective_target_powerpc64.

From-SVN: r187016
parent af4ba423
2012-05-01 Richard Henderson <rth@redhat.com>
* lib/target-supports.exp
(check_effective_target_sync_long_long_runtime): True for
check_effective_target_powerpc64.
2012-04-30 Marc Glisse <marc.glisse@inria.fr>
PR c++/51033
......
......@@ -3795,6 +3795,8 @@ proc check_effective_target_sync_long_long_runtime { } {
&& [check_effective_target_lp64]
&& [check_effective_target_ultrasparc_hw]) } {
return 1
} elseif { [check_effective_target_powerpc64] } {
return 1
} else {
return 0
}
......
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