1
0
mirror of https://github.com/golang/go synced 2024-10-04 06:21:23 -06:00
go/src/pkg/runtime/cgo
Anthony Martin f7d754fcce build: exclude packages that fail on Plan 9 (for now)
All but two packages depend on net:
        debug/proc
        os/signal

With this change, we can produce
a working build with GOOS=plan9.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4639053
2011-06-20 22:23:43 +10:00
..
386.S runtime/cgo: take 2 2010-12-08 14:10:00 -05:00
amd64.S runtime/cgo: take 2 2010-12-08 14:10:00 -05:00
arm.S arm: more fixes 2010-12-08 16:49:49 -05:00
callbacks.c runtime/cgo: Add callbacks to support SWIG. 2011-01-11 09:36:44 -08:00
cgo.go runtime/cgo: Add callbacks to support SWIG. 2011-01-11 09:36:44 -08:00
darwin_386.c runtime/cgo: fix for OS X 10.7 2011-06-16 11:10:31 -04:00
darwin_amd64.c runtime/cgo: fix for OS X 10.7 2011-06-16 11:10:31 -04:00
freebsd_386.c fix freebsd build 2010-12-15 17:20:26 -05:00
freebsd_amd64.c runtime/cgo: fix stackguard on FreeBSD/amd64 2011-01-06 11:36:47 -05:00
freebsd.c fix freebsd build 2010-12-15 17:20:26 -05:00
iscgo.c runtime/cgo: take 2 2010-12-08 14:10:00 -05:00
libcgo.h runtime/cgo: take 2 2010-12-08 14:10:00 -05:00
linux_386.c runtime/cgo: take 2 2010-12-08 14:10:00 -05:00
linux_amd64.c runtime/cgo: take 2 2010-12-08 14:10:00 -05:00
linux_arm.c arm: more fixes 2010-12-08 16:49:49 -05:00
Makefile build: exclude packages that fail on Plan 9 (for now) 2011-06-20 22:23:43 +10:00
setenv.c runtime: maybe fix Windows build broken by cgo setenv CL 2011-05-02 13:35:28 -07:00
util.c runtime/cgo: fix for OS X 10.7 2011-06-16 11:10:31 -04:00
windows_386.c cgo: windows/386 port 2011-01-20 10:22:20 -05:00
windows_amd64.c runtime/cgo: adapt files copied from libcgo 2010-12-08 16:35:05 -05:00