]> Cypherpunks repositories - gostls13.git/commit
cmd/go/build: Add magic data for Plan 9 binaries.
authorAkshat Kumar <seed@mail.nanosouffle.net>
Mon, 1 Oct 2012 19:04:52 +0000 (15:04 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 1 Oct 2012 19:04:52 +0000 (15:04 -0400)
commit48bd5c501095acc4d9a7cc471906d99c984324f1
treedbe1a3b1264df9e3273d51fa3ca685baee86c08e
parent78ba449a3c2f7db72653d5e46579c5a86348be24
cmd/go/build: Add magic data for Plan 9 binaries.

This change allows the Go build and install tools to
recognize Plan 9 i386 and amd64 binaries.

R=rsc, r, rminnich
CC=golang-dev
https://golang.org/cl/6575064
src/cmd/go/build.go