tools/go
Andrew Wilkins f8200537d8 go.tools/go/gccgoimporter: use gccgo -dumpversion
GccgoInstallation.InitFromDriver currently parses
the output of gccgo -### to get the gcc version,
target triple, and library paths. At least with
Ubuntu's stock libgo5 package, the search path for
.gox files derived from the version is incorrect.

gccgo uses the DEFAULT_TARGET_VERSION macro when
constructing the search path; this value can be
retrieved from gccgo via the "-dumpversion" flag.

Fixes golang/go#7772.

LGTM=iant, gri
R=golang-codereviews, iant, gri
CC=golang-codereviews
https://golang.org/cl/88150043
2014-04-17 13:40:42 -07:00
..
callgraph go.tools: various comments + doc tweaks. 2014-03-11 18:24:39 -04:00
exact go.tools/go/exact: tweaked documentation 2014-04-16 13:07:59 -07:00
gccgoimporter go.tools/go/gccgoimporter: use gccgo -dumpversion 2014-04-17 13:40:42 -07:00
gcimporter go.tools/go/types: internal cleanups 2014-02-20 14:52:21 -08:00
importer go.tools/go/importer: record low-level encoding format 2014-03-31 09:49:52 -07:00
loader go.tools/go/loader: slashify the name of packages found by walking the file tree. 2014-04-09 15:47:42 -04:00
pointer go.tools/go/pointer: add TODO comment. 2014-04-15 15:41:02 -04:00
ssa go.tools/go/ssa/interp: minor cleanup 2014-04-15 15:37:32 -04:00
types go.tools/go/types: fix typo in comment. 2014-04-15 15:39:24 -04:00
vcs go.tools/vcs: allow compilation with go 1.0 2013-10-04 11:46:57 +10:00