From: Russ Cox Date: Sat, 4 Feb 2012 07:01:58 +0000 (-0500) Subject: cmd/dist: fix arm build X-Git-Tag: weekly.2012-02-07~68 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a19ab9d1ccb038df9e564f10d2f688499c864698;p=gostls13.git 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 --- diff --git a/src/cmd/dist/build.c b/src/cmd/dist/build.c index 6cd6f6d4ac..5c68d176d0 100644 --- a/src/cmd/dist/build.c +++ b/src/cmd/dist/build.c @@ -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", {