]> Cypherpunks repositories - gostls13.git/commit
goinstall: handle .c files with gc when cgo isn't used
authorGustavo Niemeyer <gustavo@niemeyer.net>
Mon, 7 Mar 2011 17:53:39 +0000 (12:53 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 7 Mar 2011 17:53:39 +0000 (12:53 -0500)
commite08f0c18c9b50bfe7d3079508b1254adff4340bb
tree3f2773c2fabe29b6c9e6139fbe18fcd76d5b8d1e
parent02323c0e216827929b693f2fa762040e0a467166
goinstall: handle .c files with gc when cgo isn't used

As a data point, this enables goinstall to handle the standard
syscall package almost unchanged (there's one file with the _bsd
extension, and a .c file which isn't supposed to be compiled in).

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