From: nathan Date: Wed, 7 Nov 2018 22:50:20 +0000 (+0000) Subject: [PR/87936] --disable-checking bootstrap break X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d3073627232ebfa40bd94355530ef54a298db80;p=thirdparty%2Fgcc.git [PR/87936] --disable-checking bootstrap break https://gcc.gnu.org/ml/gcc-patches/2018-11/msg00502.html PR 87926 * Makefile.in (bitmap.o-warn): Add -Wno-error to unbreak --disable-checking bootstrap. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265899 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8efe5fa82d3d..2210a2b01a71 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2018-11-07 Nathan Sidwell + + PR 87926 + * Makefile.in (bitmap.o-warn): Add -Wno-error to unbreak + --disable-checking bootstrap. + 2018-11-07 Hafiz Abid Qadeer * configure: Regenerated. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 719a516c356d..6130554a0d30 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -221,6 +221,7 @@ libgcov-merge-tool.o-warn = -Wno-error gimple-match.o-warn = -Wno-unused generic-match.o-warn = -Wno-unused dfp.o-warn = -Wno-strict-aliasing +bitmap.o-warn = -Wno-error # PR 87926 # All warnings have to be shut off in stage1 if the compiler used then # isn't gcc; configure determines that. WARN_CFLAGS will be either