]> Cypherpunks repositories - gostls13.git/commit
gc, cc: avoid using the wrong library when building the compilers
authorAnthony Martin <ality@pbrane.org>
Wed, 1 Feb 2012 12:14:37 +0000 (04:14 -0800)
committerAnthony Martin <ality@pbrane.org>
Wed, 1 Feb 2012 12:14:37 +0000 (04:14 -0800)
commite280035fc1afdf4c1855d74bc4178ff0a8a18332
tree4d2748c906077be88f10a7f6d0361ea029df7783
parent2f2b6e55ef69126bef77396a3834915b2121fa80
gc, cc: avoid using the wrong library when building the compilers

This can happen on Plan 9 if we we're building
with the 32-bit and 64-bit host compilers, one
after the other.

R=rsc
CC=golang-dev
https://golang.org/cl/5599053
.hgignore
src/cmd/5c/Makefile
src/cmd/5g/Makefile
src/cmd/6c/Makefile
src/cmd/6g/Makefile
src/cmd/8c/Makefile
src/cmd/8g/Makefile
src/cmd/cc/Makefile
src/cmd/gc/Makefile
src/cmd/gc/go.h