aboutsummaryrefslogtreecommitdiffstats
path: root/community/go/set-external-linker.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/go/set-external-linker.patch')
-rw-r--r--community/go/set-external-linker.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/go/set-external-linker.patch b/community/go/set-external-linker.patch
index 5632368fb0..5727036d48 100644
--- a/community/go/set-external-linker.patch
+++ b/community/go/set-external-linker.patch
@@ -72,7 +72,7 @@ index 6eff2f4..1f3c0be 100644
// TODO(austin): ABI v1 uses /usr/lib/ld.so.1
- ld.Thearch.Linuxdynld = "/lib64/ld64.so.1"
-+ ld.Thearch.Linuxdynld = "/lib64/ld-musl-ppc64le.so.1"
++ ld.Thearch.Linuxdynld = "/lib/ld-musl-powerpc64le.so.1"
ld.Thearch.Freebsddynld = "XXX"
ld.Thearch.Openbsddynld = "XXX"