diff options
author | Thomas Koenig <tkoenig@gcc.gnu.org> | 2017-04-19 18:49:29 +0000 |
---|---|---|
committer | Thomas Koenig <tkoenig@gcc.gnu.org> | 2017-04-19 18:49:29 +0000 |
commit | 52744dd73c677f0fcbf80249af7b4163f72c3326 (patch) | |
tree | ea92ef4343b8507ab83be46d5adb871f7fd62ced /ChangeLog | |
parent | db7ab54fbfcc9e4ccd046786d1c6b97a6ffe2316 (diff) | |
download | gcc-52744dd73c677f0fcbf80249af7b4163f72c3326.zip gcc-52744dd73c677f0fcbf80249af7b4163f72c3326.tar.gz gcc-52744dd73c677f0fcbf80249af7b4163f72c3326.tar.bz2 |
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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |