aboutsummaryrefslogtreecommitdiffstats
path: root/community/go/set-external-linker.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/go: add comment to set-external-linker.patchSören Tempel2018-09-041-0/+2
|
* community/go: upgrade to 1.10Natanael Copa2018-02-281-68/+68
|
* community/go: fix external linker for ppc64leRoberto Oliveira2017-06-081-1/+1
| | | | | | | 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.
* community/go: set external linker for all archsNatanael Copa2017-05-161-2/+95
|
* community/go: upgrade to 1.8.1Ed Robinson2017-05-161-0/+11
set-external-linker.patch adresses golang/go#18243