diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-07-14 07:49:50 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-07-14 07:49:50 -0700 |
commit | ce6c656dcb8257b7c05975039700e3c9f4c3af3b (patch) | |
tree | 14a2f3c6097afe203c9d448b5c252ee38b2a731b /ChangeLog | |
parent | 454de2ee151958e0c45d4ed0f3e496156e29d3a2 (diff) | |
download | fsf-binutils-gdb-ce6c656dcb8257b7c05975039700e3c9f4c3af3b.zip fsf-binutils-gdb-ce6c656dcb8257b7c05975039700e3c9f4c3af3b.tar.gz fsf-binutils-gdb-ce6c656dcb8257b7c05975039700e3c9f4c3af3b.tar.bz2 |
Sync toplevel configure.ac with GCC
Sync with GCC
2015-06-02 Jason Merrill <jason@redhat.com>
PR bootstrap/66319
* configure.ac: Use -std=gnu++98.
2015-05-28 Mike Frysinger <vapier@gentoo.org>
* configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
* configure: Regenerate.
2015-05-11 Paulo Matos <paulo@matos-sorge.com>
* configure.ac: Fix typo.
* configure: Regenerate.
2015-05-03 Matthias Klose <doko@ubuntu.com>
* configure.ac: Match $host configured with triplets.
* configure: Regenerate.
2015-04-17 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/62077
* configure.ac (--enable-stage1-checking): Default to
release,misc,gimple,rtlflag,tree,types if --disable-checking
or --enable-checking is not specified and DEV-PHASE is not
experimental.
* configure: Regenerated.
2015-03-27 Uros Bizjak <ubizjak@gmail.com>
Install back PR target/47230 fix (Revert the revert).
config/
Sync with GCC
* mh-alpha-linux: Restored.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -1,3 +1,39 @@ +2015-07-14 H.J. Lu <hongjiu.lu@intel.com> + + Sync with GCC + 2015-06-02 Jason Merrill <jason@redhat.com> + + PR bootstrap/66319 + * configure.ac: Use -std=gnu++98. + + 2015-05-28 Mike Frysinger <vapier@gentoo.org> + + * configure.ac (--vtable-verify): Use AS_HELP_STRING for help. + * configure: Regenerate. + + 2015-05-11 Paulo Matos <paulo@matos-sorge.com> + + * configure.ac: Fix typo. + * configure: Regenerate. + + 2015-05-03 Matthias Klose <doko@ubuntu.com> + + * configure.ac: Match $host configured with triplets. + * configure: Regenerate. + + 2015-04-17 Jakub Jelinek <jakub@redhat.com> + + PR bootstrap/62077 + * configure.ac (--enable-stage1-checking): Default to + release,misc,gimple,rtlflag,tree,types if --disable-checking + or --enable-checking is not specified and DEV-PHASE is not + experimental. + * configure: Regenerated. + + 2015-03-27 Uros Bizjak <ubizjak@gmail.com> + + Install back PR target/47230 fix (Revert the revert). + 2015-06-30 H.J. Lu <hongjiu.lu@intel.com> * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu |