* go.test/go-test.exp (go-set-goarch): Accept mips*-*-*.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Mon, 25 Apr 2011 19:44:48 +0000 (19:44 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 25 Apr 2011 19:44:48 +0000 (19:44 +0000)
From-SVN: r172937

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

index 0ec9b20126ae50569c101060d416687d110233f0..1f6640c2a31e4151ef204478b214d302cda0aae3 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * go.test/go-test.exp (go-set-goarch): Accept mips*-*-*.
+
 2011-04-24  Jakub Jelinek  <jakub@redhat.com>
 
        PR preprocessor/48740
index cb294fa40edc134372529be5f61a34aeca2985b6..f0285a25cffa4425e10487d0bc3f8b4c052d2d7d 100644 (file)
@@ -140,7 +140,7 @@ proc go-set-goarch { } {
                set goarch "amd64"
            }
        }
-       "mips-*-*" {
+       "mips*-*-*" {
            if [check_no_compiler_messages mipso32 assembly {
                #if _MIPS_SIM != _ABIO32
                #error FOO