cgo: works on amd64.

integrated into Makefiles (see misc/cgo/gmp/Makefile).

R=r
DELTA=1110  (540 added, 525 deleted, 45 changed)
OCL=35153
CL=35158
This commit is contained in:
Russ Cox 2009-09-30 11:51:08 -07:00
parent 16ce29802a
commit cce01111a9
9 changed files with 256 additions and 212 deletions

View file

@ -69,5 +69,5 @@ func main() {
}
p.PackagePath = p.Package;
p.writeOutput(args[0], "_cgo_go.go", "_cgo_c.c", "_cgo_gcc.c");
p.writeOutput(args[0]);
}