]> Cypherpunks repositories - gostls13.git/commit
build: move GOOS, GOARCH, GOROOT lookup into central library.
authorRuss Cox <rsc@golang.org>
Tue, 19 Jan 2010 05:46:46 +0000 (21:46 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 19 Jan 2010 05:46:46 +0000 (21:46 -0800)
commit4f8117d9eb680cf91107bdbbfea63b11edd5dba6
treee3a92ec648aa8a2e9ef312c883cbe492b9c7710d
parent539ff7b0c4d95871fbab49dff3a0b578345225d9
build: move GOOS, GOARCH, GOROOT lookup into central library.
bake default values in during build.

R=r
CC=golang-dev
https://golang.org/cl/186173
src/cmd/gc/lex.c
src/cmd/ld/lib.c
src/lib9/Makefile
src/lib9/goos.c [new file with mode: 0644]