go-test.exp: Set goarch for aarch64*-*-*.

2014-01-15  Matthias Klose  <doko@ubuntu.com>

        * go.test/go-test.exp: Set goarch for aarch64*-*-*.

From-SVN: r206631
This commit is contained in:
Matthias Klose 2014-01-15 15:31:55 +00:00 committed by Matthias Klose
parent 6b916b36f1
commit e033516b82
2 changed files with 7 additions and 0 deletions
gcc/testsuite

@ -1,3 +1,7 @@
2014-01-15 Matthias Klose <doko@ubuntu.com>
* go.test/go-test.exp: Set goarch for aarch64*-*-*.
2014-01-15 Richard Biener <rguenther@suse.de>
PR tree-optimization/59822

@ -187,6 +187,9 @@ proc go-set-goarch { } {
global target_triplet
switch -glob $target_triplet {
"aarch64*-*-*" {
set goarch "arm64"
}
"alpha*-*-*" {
set goarch "alpha"
}