]> Cypherpunks repositories - gostls13.git/commit
lib9, libmach, cmd/dist, go/build: add support for GOOS=solaris
authorAram Hăvărneanu <aram@mgk.ro>
Tue, 7 Jan 2014 12:12:12 +0000 (23:12 +1100)
committerJoel Sing <jsing@google.com>
Tue, 7 Jan 2014 12:12:12 +0000 (23:12 +1100)
commit901e7bfe53b4610ef9ff9eef5d2cbec7671b6f68
tree0003c419f8e883e9ecf4f33080d01be19af1a07e
parent8f9844348fc66b560e5193cb402085d91f466788
lib9, libmach, cmd/dist, go/build: add support for GOOS=solaris

This change adds solaris to the list of supported operating
systems and allows cmd/dist to be built on Solaris.

This CL has to come first because we want the tools to ignore
solaris-specific files until the whole port is integrated.

R=golang-codereviews, jsing, rsc, minux.ma
CC=golang-codereviews
https://golang.org/cl/35900045
src/cmd/dist/build.c
src/cmd/dist/unix.c
src/lib9/run_unix.c
src/lib9/tempdir_unix.c
src/libmach/solaris.c [new file with mode: 0644]
src/pkg/go/build/deps_test.go
src/pkg/go/build/syslist.go