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

From-SVN: r172937
This commit is contained in:
Rainer Orth 2011-04-25 19:44:48 +00:00 committed by Ian Lance Taylor
parent eb864be48f
commit 328db4501e
2 changed files with 5 additions and 1 deletions

View 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

View 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