* go.test/go-test.exp (go-set-goarch): Enable tests on s390[x].
From-SVN: r217112
This commit is contained in:
parent
350aa52801
commit
3cbdd8312a
@ -1,3 +1,10 @@
|
||||
2014-11-04 Dominik Vogt <vogt@linux.vnet.ibm.com>
|
||||
|
||||
* go.test/go-test.exp (go-set-goarch): Enable tests on s390[x].
|
||||
|
||||
* go.test/go-test.exp: In +build lines, require whitespace around
|
||||
expected strings, fix check for negation.
|
||||
|
||||
2014-11-04 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* c-c++-common/ubsan/align-2.c: Remove dg-output.
|
||||
|
@ -244,6 +244,12 @@ proc go-set-goarch { } {
|
||||
set goarch "ppc64"
|
||||
}
|
||||
}
|
||||
"s390-*-*" {
|
||||
set goarch "s390"
|
||||
}
|
||||
"s390x-*-*" {
|
||||
set goarch "s390x"
|
||||
}
|
||||
"sparc*-*-*" {
|
||||
if [check_effective_target_ilp32] {
|
||||
set goarch "sparc"
|
||||
|
Loading…
Reference in New Issue
Block a user