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
This commit is contained in:
parent
2cdf95749d
commit
786a183b15
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* g++.dg/cpp0x/regress/error-recovery1.C: New.
|
||||
|
@ -141,7 +141,7 @@ proc go-set-goarch { } {
|
||||
if [check_effective_target_ilp32] {
|
||||
set goarch "sparc"
|
||||
} else {
|
||||
set goarch "sparcv9"
|
||||
set goarch "sparc64"
|
||||
}
|
||||
}
|
||||
default {
|
||||
|
Loading…
Reference in New Issue
Block a user