Am 06.01.2014 20:24, schrieb Ian Lance Taylor: > This libgo patch from Michael Hudson-Doyle recognizes arm64 as the Go > name for the AArch64 architecture. Bootstrapped and ran Go testsuite on > x86_64-unknown-linux-gnu. Committed to mainline.
this missed the one reference to the goarch in the gcc testsuite. Ok to commit? Matthias
gcc/testsuite/ 2014-01-15 Matthias Klose <d...@ubuntu.com> * go.test/go-test.exp: Set goarch for aarch64*-*-*. Index: gcc/testsuite/go.test/go-test.exp =================================================================== --- gcc/testsuite/go.test/go-test.exp (revision 206629) +++ gcc/testsuite/go.test/go-test.exp (working copy) @@ -187,6 +187,9 @@ global target_triplet switch -glob $target_triplet { + "aarch64*-*-*" { + set goarch "arm64" + } "alpha*-*-*" { set goarch "alpha" }