target-supports.exp (check_effective_target_vect_no_bitwise): Remove Alpha.

* lib/target-supports.exp (check_effective_target_vect_no_bitwise):
	Remove Alpha.

From-SVN: r92614
This commit is contained in:
Richard Henderson 2004-12-25 19:57:04 -08:00 committed by Richard Henderson
parent df96aa5261
commit 798e3fe5a0
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-12-25 Richard Henderson <rth@redhat.com>
* lib/target-supports.exp (check_effective_target_vect_no_bitwise):
Remove Alpha.
2004-12-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* gcc.dg/pr17055-1.c (dg-options): Add -fno-common to options on

View File

@ -562,8 +562,7 @@ proc check_effective_target_vect_no_bitwise { } {
} else {
set et_vect_no_bitwise_saved 0
if { [istarget i?86-*-*]
|| [istarget x86_64-*-*]
|| [istarget alpha-*-*] } {
|| [istarget x86_64-*-*] } {
set et_vect_no_bitwise_saved 1
}
}