]> Cypherpunks repositories - gostls13.git/commit
cmd/go: generate correct vendor paths with -compiler gccgo option
authorLynn Boger <laboger@linux.vnet.ibm.com>
Wed, 12 Apr 2017 13:34:11 +0000 (09:34 -0400)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Wed, 12 Apr 2017 14:51:47 +0000 (14:51 +0000)
commit9191c0b3fdd7b129007fab66f9034d595abb3876
tree7b6b646deacbef5c46b803b019631325e3703828
parent30ddffadd5475e76aeaccdf1e243658c20350422
cmd/go: generate correct vendor paths with -compiler gccgo option

Curently the vendor paths are not always searched for imports if
the compiler is gccgo.  This change generates the vendor paths
and adds them with -I as arguments to the gccgo compile.

Fixes #15628

Change-Id: I318accbbbd8e6af45475eda399377455a3565880
Reviewed-on: https://go-review.googlesource.com/40432
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/work/build.go