| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
It was pointed out on IRC by kaey that this patch is no longer needed,
make.bash has special handling for Alpine nowadays.
Just a cleanup change, thus no pkgrel bump.
See: https://github.com/golang/go/issues/18243
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
set-external-linker.patch adresses golang/go#18243
|