]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: cleanup -dynlink/-shared support check
authorMichael Munday <munday@ca.ibm.com>
Thu, 7 Apr 2016 19:31:49 +0000 (15:31 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 8 Apr 2016 14:34:31 +0000 (14:34 +0000)
commitd22357ce9dc650a69e78b37a6b25be1ee0b8b26c
tree539ca569c38fc3fb539ff6c88fefb23acc7cacaf
parent49e07f2b7e25a1f7a050f73fbb7807185e09e46b
cmd/compile: cleanup -dynlink/-shared support check

Moves the list of architectures that support shared libraries into
a function. Also adds s390x to that list.

Change-Id: I99c8a9f6cd4816ce3d53abaabaf8d002e25e6b28
Reviewed-on: https://go-review.googlesource.com/21661
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com>
Run-TryBot: Michael Munday <munday@ca.ibm.com>
src/cmd/compile/internal/gc/main.go