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:
parent
6b916b36f1
commit
e033516b82
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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user