]> Cypherpunks repositories - gostls13.git/commit
cgo: put temporary source files in _obj.
authorRoger Peppe <rogpeppe@gmail.com>
Wed, 2 Mar 2011 19:22:33 +0000 (14:22 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 2 Mar 2011 19:22:33 +0000 (14:22 -0500)
commit9704d4ec3d42b5b02ae93ec2300add08f72e9449
treeda42d16aeec6bde01e387274dafc54315021bb79
parent81bfbe93331bcf5b67a61ae76af45844af3971e1
cgo: put temporary source files in _obj.
Fixes #1572.
Initially I tried changing things so all object
files get put in _obj, but it's too much - everything
needs changing. Perhaps some other time.

R=rsc
CC=golang-dev
https://golang.org/cl/4237050
src/Make.pkg
src/cmd/cgo/gcc.go
src/cmd/cgo/main.go
src/cmd/cgo/out.go