diff options
author | Jakub Jelinek <jakub@redhat.com> | 2015-04-17 19:09:20 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2015-04-17 19:09:20 +0200 |
commit | c10b5ea0d8b2b268fcb16ae9768dea61c7271735 (patch) | |
tree | 0a24fde01f96bf6a5dde201b5fcbad0833e24669 /ChangeLog | |
parent | 98c1627cb57af18a873847eda17b5a15e7cec03a (diff) | |
download | gcc-c10b5ea0d8b2b268fcb16ae9768dea61c7271735.zip gcc-c10b5ea0d8b2b268fcb16ae9768dea61c7271735.tar.gz gcc-c10b5ea0d8b2b268fcb16ae9768dea61c7271735.tar.bz2 |
re PR bootstrap/62077 (--with-build-config=bootstrap-lto fails)
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.
From-SVN: r222187
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +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-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com> * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables. |