summaryrefslogtreecommitdiff
path: root/gotools/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2015-01-10 00:23:48 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2015-01-10 00:23:48 +0000
commit6b3762e4c2a27525a07b4917a55c87136b0fade3 (patch)
tree64bdda18667613c3fe28c23182d7b95993aca9a0 /gotools/ChangeLog
parenta36ce096c32224dcb712dc7a7edeabf25a4f94bf (diff)
Makefile.am (GOCOMPILER): Set to GOC or GOC_FOR_TARGET depending on whether this is a native build or not.
* Makefile.am (GOCOMPILER): Set to GOC or GOC_FOR_TARGET depending on whether this is a native build or not. (GOCOMPILE, GOLINK): Use $(GOCOMPILER) instead of $(GOC). (MOSTLYCLEANFILES): Define. * Makefile.in: Rebuild. From-SVN: r219418
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 12bfb591087..0e24b33d75a 100644
--- a/gotools/ChangeLog
+++ b/gotools/ChangeLog
@@ -1,3 +1,9 @@
2015-01-09 Ian Lance Taylor <iant@google.com>
+ * Makefile.am (GOCOMPILER): Set to GOC or GOC_FOR_TARGET depending
+ on whether this is a native build or not.
+ (GOCOMPILE, GOLINK): Use $(GOCOMPILER) instead of $(GOC).
+ (MOSTLYCLEANFILES): Define.
+ * Makefile.in: Rebuild.
+
* Initial implementation.