summaryrefslogtreecommitdiff
path: root/gotools/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2015-01-23 23:11:59 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2015-01-23 23:11:59 +0000
commit0b855aa333910c543eeb95a9cd91226a3731a83e (patch)
tree027884e696ccb41d2fc72d1e89deb5203cddf0ab /gotools/ChangeLog
parentd2c5e4c9c3b20522d7158ea88bd7859d9d2e4801 (diff)
re PR go/64738 (go, gofmt and cgo binaries linked statically)
PR go/64738 * Makefile.am (AM_LDFLAGS): Remove -static-libgo. * Makefile.in: Rebuild. From-SVN: r220066
Diffstat (limited to 'gotools/ChangeLog')
-rw-r--r--gotools/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gotools/ChangeLog b/gotools/ChangeLog
index aad9561680a..f8ab65f4b4f 100644
--- a/gotools/ChangeLog
+++ b/gotools/ChangeLog
@@ -1,3 +1,9 @@
+2015-01-23 Ian Lance Taylor <iant@google.com>
+
+ PR go/64738
+ * Makefile.am (AM_LDFLAGS): Remove -static-libgo.
+ * Makefile.in: Rebuild.
+
2015-01-22 Ian Lance Taylor <iant@google.com>
PR go/64595