Commit 328db450 by Rainer Orth Committed by Ian Lance Taylor

* go.test/go-test.exp (go-set-goarch): Accept mips*-*-*.

From-SVN: r172937
parent eb864be4
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> 2011-04-24 Jakub Jelinek <jakub@redhat.com>
PR preprocessor/48740 PR preprocessor/48740
......
...@@ -140,7 +140,7 @@ proc go-set-goarch { } { ...@@ -140,7 +140,7 @@ proc go-set-goarch { } {
set goarch "amd64" set goarch "amd64"
} }
} }
"mips-*-*" { "mips*-*-*" {
if [check_no_compiler_messages mipso32 assembly { if [check_no_compiler_messages mipso32 assembly {
#if _MIPS_SIM != _ABIO32 #if _MIPS_SIM != _ABIO32
#error FOO #error FOO
......
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