Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/go: add comment to set-external-linker.patch | Sören Tempel | 2018-09-04 | 1 | -0/+2 |
| | |||||
* | community/go: upgrade to 1.10 | Natanael Copa | 2018-02-28 | 1 | -68/+68 |
| | |||||
* | community/go: fix external linker for ppc64le | Roberto Oliveira | 2017-06-08 | 1 | -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 archs | Natanael Copa | 2017-05-16 | 1 | -2/+95 |
| | |||||
* | community/go: upgrade to 1.8.1 | Ed Robinson | 2017-05-16 | 1 | -0/+11 |
set-external-linker.patch adresses golang/go#18243 |