1
0
mirror of https://github.com/golang/go synced 2024-10-05 05:01:22 -06:00
go/src/cmd
Ian Lance Taylor ddf958d468 cmd/go: use new SWIG -cgo option
This fixes SWIG to work again.  It requires SWIG 3.0.6 or later.
Earlier versions of SWIG will not work because they generate a .c file
to be compiled by [568]c, which no longer exist.  As of SWIG 3.0.6
SWIG supports a -cgo option that tells it to generate files that
import "C" and can be used with the cgo tool.  With luck this will
means that future versions of SWIG will not require changes for future
versions of Go.

Change-Id: Iad7beb196ba9dcd3e3f684196d50e5d51ed98204
Reviewed-on: https://go-review.googlesource.com/6851
Reviewed-by: Russ Cox <rsc@golang.org>
2015-03-06 03:41:32 +00:00
..
5g cmd/internal/gc: make Node.Needzero a bool 2015-03-05 03:56:12 +00:00
5l cmd/5l etc: restore comments lost during C -> Go conversion 2015-03-05 21:49:39 +00:00
6g cmd/internal/gc: make Node.Needzero a bool 2015-03-05 03:56:12 +00:00
6l cmd/5l etc: restore comments lost during C -> Go conversion 2015-03-05 21:49:39 +00:00
8g cmd/5l etc: restore comments lost during C -> Go conversion 2015-03-05 21:49:39 +00:00
8l cmd/5l etc: restore comments lost during C -> Go conversion 2015-03-05 21:49:39 +00:00
9g cmd/5l etc: restore comments lost during C -> Go conversion 2015-03-05 21:49:39 +00:00
9l cmd/5l etc: restore comments lost during C -> Go conversion 2015-03-05 21:49:39 +00:00
addr2line cmd/addr2line: exclude Go tool test on darwin/arm 2015-02-26 23:06:30 +00:00
api Revert "cmd/api: treat a hex-y VERSION as devel and permit API changes" 2015-02-08 20:44:22 +00:00
asm cmd/internal/obj: delete all Pconv, replace with Prog.String 2015-03-05 19:18:46 +00:00
cgo cmd/cgo: detect misuse of generated _cgo_export.h 2015-02-06 05:37:02 +00:00
dist cmd/8g, cmd/old8a: stop renaming x86 import to i386 2015-03-05 06:06:54 +00:00
fix
go cmd/go: use new SWIG -cgo option 2015-03-06 03:41:32 +00:00
gofmt gofmt/doc: gofmt -s output may not be backward compatible 2015-02-08 05:13:00 +00:00
internal cmd/internal/gc: use crypto/md5 instead of md5.go 2015-03-05 22:59:28 +00:00
link
nm cmd/nm: exclude Go tool test on darwin/arm 2015-02-26 23:07:27 +00:00
objdump cmd/objdump: skip fork test on darwin/arm 2015-02-27 19:38:23 +00:00
old5a all: mv 5a old5a and so on 2015-03-02 00:14:11 +00:00
old6a cmd/internal/obj/x86: accept TYPE_MEM in CMPPS 3rd argument 2015-03-05 04:59:35 +00:00
old8a cmd/8g, cmd/old8a: stop renaming x86 import to i386 2015-03-05 06:06:54 +00:00
old9a all: mv 5a old5a and so on 2015-03-02 00:14:11 +00:00
pack cmd/pack: skip fork test on darwin/arm 2015-03-01 01:27:06 +00:00
pprof cmd/pprof: add -runtime flag 2015-02-19 19:46:20 +00:00
trace cmd/trace: add new command 2015-02-20 18:31:25 +00:00
yacc [dev.cc] cmd/yacc: introduce yyParser to expose parser state 2015-02-18 02:39:48 +00:00