target-supports.exp (check_effective_target_vect_no_align): Remove i?86 and x86-64.

* lib/target-supports.exp (check_effective_target_vect_no_align):
        Remove i?86 and x86-64.

From-SVN: r92544
This commit is contained in:
Richard Henderson 2004-12-23 02:25:45 -08:00 committed by Richard Henderson
parent c38573a8d0
commit 3e8aba3481
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2004-12-23 Richard Henderson <rth@redhat.com>
* lib/target-supports.exp (check_effective_target_vect_no_align):
Remove i?86 and x86-64.
2004-12-23 Mark Mitchell <mark@codesourcery.com>
PR c++/16405

View File

@ -583,9 +583,7 @@ proc check_effective_target_vect_no_align { } {
verbose "check_effective_target_vect_no_align: using cached result" 2
} else {
set et_vect_no_align_saved 0
if { [istarget i?86-*-*]
|| [istarget x86_64-*-*]
|| [istarget mipsisa64*-*-*]
if { [istarget mipsisa64*-*-*]
|| [istarget sparc*-*-*] } {
set et_vect_no_align_saved 1
}