]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: if $GOROOT_FINAL is set, rewrite file names in object files
authorRuss Cox <rsc@golang.org>
Mon, 5 Mar 2012 21:13:33 +0000 (16:13 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 5 Mar 2012 21:13:33 +0000 (16:13 -0500)
commit6e3a7930eb0fd16c10df1d12cf386b50e9dbb75e
tree4be9745c30f6aa4d588a84bd41f01b4d366a1765
parentc0a842e57f38b632ae492174519851036979c988
cmd/gc: if $GOROOT_FINAL is set, rewrite file names in object files

GOROOT_FINAL is a build parameter that means "eventually
the Go tree will be installed here".  Make the file name information
match that eventual location.

Fixes #3180.

R=ken, ken
CC=golang-dev
https://golang.org/cl/5742043
src/cmd/dist/build.c
src/cmd/gc/obj.c
test/run