forked from alpinelinux/aports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set-external-linker.patch adresses golang/go#18243
- Loading branch information
Showing
2 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- go/src/cmd/link/internal/amd64/obj.go.orig 2017-03-06 23:55:57.000000000 +0000 | ||
+++ go/src/cmd/link/internal/amd64/obj.go 2017-03-06 23:56:16.000000000 +0000 | ||
@@ -67,7 +67,7 @@ func Init() { | ||
ld.Thearch.Append64 = ld.Append64l | ||
ld.Thearch.TLSIEtoLE = tlsIEtoLE | ||
|
||
- ld.Thearch.Linuxdynld = "/lib64/ld-linux-x86-64.so.2" | ||
+ ld.Thearch.Linuxdynld = "/lib/ld-musl-x86_64.so.1" | ||
ld.Thearch.Freebsddynld = "/libexec/ld-elf.so.1" | ||
ld.Thearch.Openbsddynld = "/usr/libexec/ld.so" | ||
ld.Thearch.Netbsddynld = "/libexec/ld.elf_so" |