]> Cypherpunks repositories - gostls13.git/commit
Build libcgo.so with $(CC), not the gcc on PATH.
authorIan Lance Taylor <iant@golang.org>
Thu, 15 Jul 2010 21:15:39 +0000 (14:15 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 15 Jul 2010 21:15:39 +0000 (14:15 -0700)
commit84f67eb8e6d05936694eee9099b6d6a688d898c3
tree1f3307d91b35ea079cce89b60cfd1eec58fb5798
parent5958fd7f8908243338976258e03f18735679f7f2
Build libcgo.so with $(CC), not the gcc on PATH.

Change make.bash to make sure that $(CC) is defined to match
the compiler used to build the tools.

R=rsc
CC=golang-dev
https://golang.org/cl/1853041
src/libcgo/Makefile
src/make.bash