Commit Graph

3 Commits

Author SHA1 Message Date
Roberto Oliveira
80d3e2de0e community/go: fix external linker for ppc64le
The external linker for ppc64le was pointing to /lib64/ld-musl-ppc64le.so.1
but the valid path for alpine ppc64le is /lib/ld-musl-powerpc64le.so.1.

This issue was found by Lynn Boger from IBM go compiler team.
2017-06-08 14:44:50 +00:00
Natanael Copa
fbd5379554 community/go: set external linker for all archs 2017-05-16 09:53:30 +00:00
Ed Robinson
34c3049c67 community/go: upgrade to 1.8.1
set-external-linker.patch adresses golang/go#18243
2017-05-16 09:53:30 +00:00