]> Cypherpunks repositories - gostls13.git/commit
cmd/go: allow to use syso files with cgo
authorDmitriy Vyukov <dvyukov@google.com>
Sat, 4 Aug 2012 15:02:12 +0000 (18:02 +0300)
committerDmitriy Vyukov <dvyukov@google.com>
Sat, 4 Aug 2012 15:02:12 +0000 (18:02 +0300)
commit2f2df2aceb4fdd02ac4a93e43a823a55341c9439
tree9bc6fbb0c2411b905ce47070ac33f971a7a5f497
parent8be5e8a419d12185b410e881271875a2612dd2d5
cmd/go: allow to use syso files with cgo
I have C functions implemented in .syso file (rather than .so or inlined in .go file).
W/o this change the gcc invocation fails with undefined symbols.

R=minux.ma, rsc
CC=golang-dev
https://golang.org/cl/6352076
src/cmd/go/build.go