mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 05:40:26 +08:00
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:
parent
df96aa5261
commit
798e3fe5a0
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user