mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-03 07:00:27 +08:00
* go.test/go-test.exp (go-set-goarch): Recognize alpha*-*-*.
From-SVN: r171861
This commit is contained in:
parent
e59b917109
commit
9b2398a4c4
@ -1,3 +1,7 @@
|
||||
2011-04-01 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* go.test/go-test.exp (go-set-goarch): Recognize alpha*-*-*.
|
||||
|
||||
2011-04-01 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR middle-end/48335
|
||||
|
@ -123,6 +123,9 @@ proc go-set-goarch { } {
|
||||
global target_triplet
|
||||
|
||||
switch -glob $target_triplet {
|
||||
"alpha*-*-*" {
|
||||
set goarch "alpha"
|
||||
}
|
||||
"arm*-*-*" -
|
||||
"ep9312*-*-*" -
|
||||
"strongarm*-*-*" -
|
||||
|
Loading…
x
Reference in New Issue
Block a user