Commit a19ab9d1 authored by Russ Cox's avatar Russ Cox

cmd/dist: fix arm build

5l does not use the whole set of ld files
like the other linkers do.

TBR=golang-dev
CC=golang-dev
https://golang.org/cl/5629052
parent 650e8de0
......@@ -429,7 +429,14 @@ static struct {
"$GOROOT/pkg/obj/libgc.a",
}},
{"cmd/5l", {
"../ld/*",
"../ld/data.c",
"../ld/elf.c",
"../ld/go.c",
"../ld/ldelf.c",
"../ld/ldmacho.c",
"../ld/ldpe.c",
"../ld/lib.c",
"../ld/symtab.c",
"enam.c",
}},
{"cmd/6l", {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment