]> Cypherpunks repositories - gostls13.git/commit
go: build runtime/cgo
authorRuss Cox <rsc@golang.org>
Tue, 20 Dec 2011 19:25:23 +0000 (14:25 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 20 Dec 2011 19:25:23 +0000 (14:25 -0500)
commit54fb9940cf315546f43c724e670518acedfa185e
treece770402f441cc19103eb11f9db6590d2222a8d9
parent6b772462e420d15f5e1669a5f03e4f1cb7d8f2af
go: build runtime/cgo

Also rename -v to -x in the build and install commands,
to match the flag in go test (which we can't change
because -v is taken).  Matches sh -x anyway.

R=r, iant, ality
CC=golang-dev
https://golang.org/cl/5504045
20 files changed:
src/cmd/cgo/main.go
src/cmd/cgo/out.go
src/cmd/go/build.go
src/cmd/go/pkg.go
src/cmd/go/run.go
src/cmd/go/test.go
src/pkg/runtime/cgo/Makefile
src/pkg/runtime/cgo/gcc_amd64.S [moved from src/pkg/runtime/cgo/amd64.S with 100% similarity]
src/pkg/runtime/cgo/gcc_darwin_386.c [moved from src/pkg/runtime/cgo/darwin_386.c with 100% similarity]
src/pkg/runtime/cgo/gcc_darwin_amd64.c [moved from src/pkg/runtime/cgo/darwin_amd64.c with 98% similarity]
src/pkg/runtime/cgo/gcc_freebsd_386.c [moved from src/pkg/runtime/cgo/freebsd_386.c with 100% similarity]
src/pkg/runtime/cgo/gcc_freebsd_amd64.c [moved from src/pkg/runtime/cgo/freebsd_amd64.c with 100% similarity]
src/pkg/runtime/cgo/gcc_linux_386.c [moved from src/pkg/runtime/cgo/linux_386.c with 100% similarity]
src/pkg/runtime/cgo/gcc_linux_amd64.c [moved from src/pkg/runtime/cgo/linux_amd64.c with 100% similarity]
src/pkg/runtime/cgo/gcc_linux_arm.c [moved from src/pkg/runtime/cgo/linux_arm.c with 100% similarity]
src/pkg/runtime/cgo/gcc_setenv.c [moved from src/pkg/runtime/cgo/setenv.c with 100% similarity]
src/pkg/runtime/cgo/gcc_util.c [moved from src/pkg/runtime/cgo/util.c with 100% similarity]
src/pkg/runtime/cgo/gcc_windows_386.c [moved from src/pkg/runtime/cgo/windows_386.c with 100% similarity]
src/pkg/runtime/cgo/gcc_windows_amd64.c [moved from src/pkg/runtime/cgo/windows_amd64.c with 100% similarity]
src/pkg/runtime/cgo/trigger.go [new file with mode: 0644]