breaks Mac build
««« original CL description
runtime: use HOST_CC to compile mkversion
HOST_CC is set in Make.inc, so use that rather
than hardcoding quietgcc
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/
4515163
»»»
R=iant
CC=golang-dev
https://golang.org/cl/
4515168
mv -f $@.x $@
goc2c: goc2c.c
- $(HOST_CC) -o $@ $<
+ quietgcc -o $@ $<
mkversion: mkversion.c
- $(HOST_CC) -o $@ -I "$(GOROOT)/include" $< "$(GOROOT)/lib/lib9.a"
+ quietgcc -o $@ -I "$(GOROOT)/include" $< "$(GOROOT)/lib/lib9.a"
version.go: mkversion
GOROOT="$(GOROOT_FINAL)" ./mkversion >version.go