Commit 3cbdd831 by Dominik Vogt Committed by Ian Lance Taylor

* go.test/go-test.exp (go-set-goarch): Enable tests on s390[x].

From-SVN: r217112
parent 350aa528
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"
......
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