]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fixes for -compiler=gccgo -buildmode=c-shared
authorIan Lance Taylor <iant@golang.org>
Wed, 13 Jan 2016 05:24:49 +0000 (21:24 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 13 Jan 2016 15:14:04 +0000 (15:14 +0000)
commitf3ce054a44a84795bec8a8155c8997226b113f76
tree1dc987326ff002e91e78e5f081b98401adb4d655
parent1d1f2fb4c6e4da4a88a0ab8a0b43822d411a23ea
cmd/go: fixes for -compiler=gccgo -buildmode=c-shared

Install pkg.h rather than libpkg.h.

Link against -lc.

Fixes #13860.

Change-Id: I4e429426f8363712a5dbbd2655b9aab802ab2888
Reviewed-on: https://go-review.googlesource.com/18592
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/build.go