* lib/target-supports.exp

(check_effective_target_sync_long_long_runtime): True for
        check_effective_target_powerpc64.

From-SVN: r187016
This commit is contained in:
Richard Henderson 2012-05-01 08:47:59 -07:00 committed by Richard Henderson
parent af4ba42308
commit 0f2f338932
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
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

View file

@ -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
}