]> Cypherpunks repositories - gostls13.git/commit
cgo: fix build: use $GCC, not $CC
authorRuss Cox <rsc@golang.org>
Wed, 18 Aug 2010 14:03:01 +0000 (10:03 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 18 Aug 2010 14:03:01 +0000 (10:03 -0400)
commit31339c32244a58263dd2f375d0c32d5f0ac596e5
tree7f702a1e88e14dedb5b569e2be97684e13253c16
parent3bf656327ec2776027183e85b6e51175ba7040d9
cgo: fix build: use $GCC, not $CC

I'm not sure there's a better way.
Cgo is juggling two different C compilers.

Fixes #1008.

R=iant
CC=golang-dev
https://golang.org/cl/1972044
src/cmd/cgo/gcc.go