mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/internal/ld, cmd/7l: external linking support for linux/arm64
Based on Michael Hudson-Doyle's patch:
b735215ee4
Change-Id: I309e3df7608b9eef9339196fdc50dedf5f9439f0
Reviewed-on: https://go-review.googlesource.com/8437
Reviewed-by: Aram Hăvărneanu <aram@mgk.ro>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
parent
a50b24c649
commit
f55b2a11f4
6 changed files with 68 additions and 23 deletions
|
|
@ -711,6 +711,9 @@ func hostlink() {
|
|||
|
||||
case '5':
|
||||
argv = append(argv, "-marm")
|
||||
|
||||
case '7':
|
||||
// nothing needed
|
||||
}
|
||||
|
||||
if Debug['s'] == 0 && debug_s == 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue