* go.test/go-test.exp (go-set-goarch): Recognize alpha*-*-*.
authorUros Bizjak <ubizjak@gmail.com>
Fri, 1 Apr 2011 23:03:54 +0000 (01:03 +0200)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 1 Apr 2011 23:03:54 +0000 (23:03 +0000)
From-SVN: r171861

gcc/testsuite/ChangeLog
gcc/testsuite/go.test/go-test.exp

index 4ffaaac0f33afa0342fccfe10268217dfdbb622e..d1d5b9eb85462e36916d78942c345c741b64c638 100644 (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
index 3222f613a800e0ad2d912a6e5c7dde34f1f85c74..cb294fa40edc134372529be5f61a34aeca2985b6 100644 (file)
@@ -123,6 +123,9 @@ proc go-set-goarch { } {
     global target_triplet
 
     switch -glob $target_triplet {
+       "alpha*-*-*" {
+           set goarch "alpha"
+       }
        "arm*-*-*" -
        "ep9312*-*-*" -
        "strongarm*-*-*" -