]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: skip libgcc test on arm64 and mips64
authorDavid Crawshaw <crawshaw@golang.org>
Fri, 16 Sep 2016 21:15:12 +0000 (17:15 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Fri, 16 Sep 2016 21:31:35 +0000 (21:31 +0000)
commitf4748f1e218c3584348f2f5c297e73f494182e54
treec6872c08ea09c6d7e9412d161997f8334f02d6c6
parentfb4e49059c28fc2de64f0c1b83b178f4bede4a75
cmd/dist: skip libgcc test on arm64 and mips64

This test was always being run with external linking on these
platforms because the linker was silently forcing external linking
until CL 28971. Now it produces an error instead.

Change-Id: I794e0812711e05b150daf805dc3451507bb4cae8
Reviewed-on: https://go-review.googlesource.com/29360
Run-TryBot: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/dist/test.go