]> Cypherpunks repositories - gostls13.git/commit
cgo: enable cgo on dragonfly
authorAulus Egnatius Varialus <varialus@gmail.com>
Wed, 4 Sep 2013 22:19:21 +0000 (15:19 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 4 Sep 2013 22:19:21 +0000 (15:19 -0700)
commit2b44b36487a341fc2a8a23f8b35113bd4958af92
tree674981948b4ee7c489399269051c9bea07d208f9
parentdd3e522094cff3ccce7f6f5cd76b31598f5a3734
cgo: enable cgo on dragonfly

Enable cgo for dragonfly/386 and dragonfly/amd64.

R=golang-dev, jsing, iant, bradfitz
CC=golang-dev
https://golang.org/cl/13247046
13 files changed:
misc/cgo/test/cthread_unix.c
misc/cgo/testso/cgoso.go
src/cmd/6l/obj.c
src/cmd/ld/lib.c
src/pkg/go/build/build.go
src/pkg/os/user/lookup_unix.go
src/pkg/runtime/cgo/cgo.go
src/pkg/runtime/cgo/dragonfly.c [new file with mode: 0644]
src/pkg/runtime/cgo/gcc_dragonfly_386.c [new file with mode: 0644]
src/pkg/runtime/cgo/gcc_dragonfly_amd64.c [new file with mode: 0644]
src/pkg/runtime/cgo/gcc_setenv.c
src/pkg/runtime/cgo/setenv.c
src/run.bash