Commit e033516b by Matthias Klose Committed by Matthias Klose

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
parent 6b916b36
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"
}
......
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