mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
16ce29802a
commit
cce01111a9
9 changed files with 256 additions and 212 deletions
|
|
@ -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]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue