From 9afbc64b01e33a7b5a22bb85cd2e4fb0dc263edf Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 25 Apr 2011 19:44:48 +0000 Subject: [PATCH] * go.test/go-test.exp (go-set-goarch): Accept mips*-*-*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172937 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/go.test/go-test.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0ec9b20126ae..1f6640c2a31e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-04-25 Rainer Orth + + * go.test/go-test.exp (go-set-goarch): Accept mips*-*-*. + 2011-04-24 Jakub Jelinek PR preprocessor/48740 diff --git a/gcc/testsuite/go.test/go-test.exp b/gcc/testsuite/go.test/go-test.exp index cb294fa40edc..f0285a25cffa 100644 --- a/gcc/testsuite/go.test/go-test.exp +++ b/gcc/testsuite/go.test/go-test.exp @@ -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 -- 2.47.2