summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Koenig <tkoenig@gcc.gnu.org>2017-04-19 18:49:29 +0000
committerThomas Koenig <tkoenig@gcc.gnu.org>2017-04-19 18:49:29 +0000
commit52744dd73c677f0fcbf80249af7b4163f72c3326 (patch)
treeea92ef4343b8507ab83be46d5adb871f7fd62ced /ChangeLog
parentdb7ab54fbfcc9e4ccd046786d1c6b97a6ffe2316 (diff)
downloadgcc-52744dd73c677f0fcbf80249af7b4163f72c3326.tar.gz
re PR bootstrap/77661 (--enable-maintainer-mode causes in-tree-build of MPC to fail)
2017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org> Tobias Burnus <tobias.burnus@physik.fu-berlin.de> PR bootstrap/77661 * Makefile.def: Don't pass --enable-maintainer-mode on to an in-tree build MPC. * Makefile.in: Regenerate. Co-Authored-By: Tobias Burnus <tobias.burnus@physik.fu-berlin.de> From-SVN: r247006
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11217fd1e0d..6066ba6e82e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
+ Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
+
+ PR bootstrap/77661
+ * Makefile.def: Don't pass --enable-maintainer-mode on to an
+ in-tree build MPC.
+ * Makefile.in: Regenerate.
+
2017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* configure.ac: Enable LTO by default on darwin >= 9.