* go.test/go-test.exp (go-set-goarch): Recognize alpha*-*-*.

From-SVN: r171861
This commit is contained in:
Uros Bizjak 2011-04-02 01:03:54 +02:00 committed by Ian Lance Taylor
parent e59b917109
commit 9b2398a4c4
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -123,6 +123,9 @@ proc go-set-goarch { } {
global target_triplet
switch -glob $target_triplet {
"alpha*-*-*" {
set goarch "alpha"
}
"arm*-*-*" -
"ep9312*-*-*" -
"strongarm*-*-*" -