]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
go-test.exp: Set goarch for aarch64*-*-*.
authorMatthias Klose <doko@ubuntu.com>
Wed, 15 Jan 2014 15:31:55 +0000 (15:31 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Wed, 15 Jan 2014 15:31:55 +0000 (15:31 +0000)
2014-01-15  Matthias Klose  <doko@ubuntu.com>

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

From-SVN: r206631

gcc/testsuite/ChangeLog
gcc/testsuite/go.test/go-test.exp

index 1df5c3a66c268e4b4360c338f9258b8b37f886a6..ef2d21eb5434d11a6e17121356f0f04b4cc6a741 100644 (file)
@@ -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
index f1eed08bd3e16b4a554d84b1c973adbde83651e5..1bbbd8742e23566ebc9fdfdd6c03af21034e0646 100644 (file)
@@ -187,6 +187,9 @@ proc go-set-goarch { } {
     global target_triplet
 
     switch -glob $target_triplet {
+       "aarch64*-*-*" {
+           set goarch "arm64"
+       }
        "alpha*-*-*" {
            set goarch "alpha"
        }