Make SPARC a vect64 target

* lib/target-supports.exp (check_effective_target_vect64): Add
	sparc*-*-*.

From-SVN: r220109
This commit is contained in:
Rainer Orth 2015-01-26 13:17:23 +00:00 committed by Rainer Orth
parent b1512ea053
commit 96af01aea5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* lib/target-supports.exp (check_effective_target_vect64): Add
sparc*-*-*.
2015-01-26 Eric Botcazou <ebotcazou@adacore.com>
PR testsuite/64712

View File

@ -4566,7 +4566,8 @@ proc check_effective_target_vect64 { } {
set et_vect64_saved 0
if { ([istarget arm*-*-*]
&& [check_effective_target_arm_neon_ok]
&& [check_effective_target_arm_little_endian]) } {
&& [check_effective_target_arm_little_endian])
|| [istarget sparc*-*-*] } {
set et_vect64_saved 1
}
}