]> Cypherpunks repositories - gostls13.git/commit
build: add GO_ prefix to LDFLAGS and GCFLAGS
authorGustavo Niemeyer <gustavo@niemeyer.net>
Fri, 2 Mar 2012 05:45:01 +0000 (02:45 -0300)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Fri, 2 Mar 2012 05:45:01 +0000 (02:45 -0300)
commit7e19e533911af8de9f5a858a0f23ccaa24375460
tree1c6c3097c48e131326790da304c549c23004deae
parentd1bd332a6730b8246177a9213ea11bbeebcf38c4
build: add GO_ prefix to LDFLAGS and GCFLAGS

Build environments will often define stock LDFLAGS
that are not compatible with the gc ld, causing
non-obvious failures midway through the build.

R=golang-dev, rsc, minux.ma, rsc
CC=golang-dev
https://golang.org/cl/5724044
src/make.bash