Commit 9b2398a4 by Uros Bizjak Committed by Ian Lance Taylor

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

From-SVN: r171861
parent e59b9171
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*-*-*" -
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment