Commit 786a183b by Rainer Orth Committed by Ian Lance Taylor

go-test.exp (go-set-goarch): Use sparc64 for 64-bit SPARC.

	* go.test/go-test.exp (go-set-goarch): Use sparc64 for 64-bit
	SPARC.

From-SVN: r171751
parent 2cdf9574
2011-03-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* go.test/go-test.exp (go-set-goarch): Use sparc64 for 64-bit
SPARC.
2011-03-30 Jason Merrill <jason@redhat.com> 2011-03-30 Jason Merrill <jason@redhat.com>
* g++.dg/cpp0x/regress/error-recovery1.C: New. * g++.dg/cpp0x/regress/error-recovery1.C: New.
......
...@@ -141,7 +141,7 @@ proc go-set-goarch { } { ...@@ -141,7 +141,7 @@ proc go-set-goarch { } {
if [check_effective_target_ilp32] { if [check_effective_target_ilp32] {
set goarch "sparc" set goarch "sparc"
} else { } else {
set goarch "sparcv9" set goarch "sparc64"
} }
} }
default { default {
......
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