mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 05:30:24 +08:00
* go.test/go-test.exp (go-set-goarch): Accept mips*-*-*.
From-SVN: r172937
This commit is contained in:
parent
eb864be48f
commit
328db4501e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user