aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2014-10-23 03:34:02 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2014-10-23 03:34:02 +0000
commita15d2ea8adf0aeb4e02872b0fb55b513035de2d6 (patch)
tree68048ae066dec6a8c983a3fd6774fbaffbecefb4
parent4d8384337fec423e2aa433a2b2cf18c3f2831a83 (diff)
downloadgcc-a15d2ea8adf0aeb4e02872b0fb55b513035de2d6.zip
gcc-a15d2ea8adf0aeb4e02872b0fb55b513035de2d6.tar.gz
gcc-a15d2ea8adf0aeb4e02872b0fb55b513035de2d6.tar.bz2
Commit old ChangeLog entry forgotten in commit of actual change.
PR go/55969 * configure.ac: Disable libgo on some systems where it does not work. From-SVN: r216573
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fb4288..696a37b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -635,6 +635,12 @@
* configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
* configure: Regenerated.
+2013-02-05 Ian Lance Taylor <iant@google.com>
+
+ PR go/55969
+ * configure.ac: Disable libgo on some systems where it does not
+ work.
+
2013-02-04 David Edelsohn <dje.gcc@gmail.com>
* MAINTAINERS: Explicitly add myself as AIX maintainer.