]> Cypherpunks repositories - gostls13.git/commit
Add _cgo_export.[ch] targets so that make knows how they are
authorIan Lance Taylor <iant@golang.org>
Mon, 3 May 2010 18:07:22 +0000 (11:07 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 3 May 2010 18:07:22 +0000 (11:07 -0700)
commitb3901dc1d8c64f7c46840fdda0b114fdc790e56c
tree174ac07f99320513819318922bdd3201f148f428
parente1d20d0a514289db48edfcadba3ae39f96f52335
Add _cgo_export.[ch] targets so that make knows how they are
built.  Note that they are only built if a //export comment
appears, so other targets should only use them if there is
such a comment.

Fixes #723.

R=rsc
CC=golang-dev
https://golang.org/cl/1073041
src/Make.pkg