From: Matthias Klose Date: Wed, 15 Jan 2014 15:31:55 +0000 (+0000) Subject: go-test.exp: Set goarch for aarch64*-*-*. X-Git-Tag: releases/gcc-4.9.0~1659 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e033516b82c64a9097beb9c4f146048fb35f88b0;p=thirdparty%2Fgcc.git go-test.exp: Set goarch for aarch64*-*-*. 2014-01-15 Matthias Klose * go.test/go-test.exp: Set goarch for aarch64*-*-*. From-SVN: r206631 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1df5c3a66c26..ef2d21eb5434 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-01-15 Matthias Klose + + * go.test/go-test.exp: Set goarch for aarch64*-*-*. + 2014-01-15 Richard Biener PR tree-optimization/59822 diff --git a/gcc/testsuite/go.test/go-test.exp b/gcc/testsuite/go.test/go-test.exp index f1eed08bd3e1..1bbbd8742e23 100644 --- a/gcc/testsuite/go.test/go-test.exp +++ b/gcc/testsuite/go.test/go-test.exp @@ -187,6 +187,9 @@ proc go-set-goarch { } { global target_triplet switch -glob $target_triplet { + "aarch64*-*-*" { + set goarch "arm64" + } "alpha*-*-*" { set goarch "alpha" }