]> Cypherpunks repositories - gostls13.git/commit
goinstall: handle .s files with gc
authorGustavo Niemeyer <gustavo@niemeyer.net>
Mon, 7 Mar 2011 17:08:52 +0000 (12:08 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 7 Mar 2011 17:08:52 +0000 (12:08 -0500)
commitff40deee6234dc8ad72af0dba1a28c1047f497f6
tree43985e1852267145e68887fb5ae02676a3369ee5
parent3e042ebb572038c7f680364613e6bbaf8d9c94c5
goinstall: handle .s files with gc

As a data point, with this change goinstall is able to
fully build package big out of the box.

R=rsc
CC=golang-dev
https://golang.org/cl/4264049
src/cmd/goinstall/make.go
src/cmd/goinstall/parse.go