1
0
mirror of https://github.com/golang/go synced 2024-10-02 12:08:32 -06:00

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
This commit is contained in:
Russ Cox 2012-02-04 02:01:58 -05:00
parent 650e8de0a5
commit a19ab9d1cc

View File

@ -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", {