From 328db4501ef4e87dd8f50209a9d1eeb8f77ff783 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Mon, 25 Apr 2011 19:44:48 +0000 Subject: [PATCH] * go.test/go-test.exp (go-set-goarch): Accept mips*-*-*. From-SVN: r172937 --- 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 0ec9b20126a..1f6640c2a31 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 cb294fa40ed..f0285a25cff 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.30.2