]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: remove the use of debug/elf package
authorShenghou Ma <minux@golang.org>
Thu, 7 Apr 2016 20:03:53 +0000 (16:03 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 4 May 2016 21:23:20 +0000 (21:23 +0000)
commit2e2481ed345347197d0a5685ef200ac761def2f2
treef32f1695d02f03c9c6a1b5c49a307ffcfa980870
parent24744f6561f3ff7bc58046ba62abbc1c07e9fd4e
cmd/dist: remove the use of debug/elf package

debug/elf is only needed to determine the endianness of the host
machine, which is easy to do without debug/elf.

Fixes #15180.

Change-Id: I21035ed3884871270765a1ca3b812a5d4890a7ee
Reviewed-on: https://go-review.googlesource.com/21662
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/dist/util.go