]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[PR/87936] --disable-checking bootstrap break
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Nov 2018 22:50:20 +0000 (22:50 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Nov 2018 22:50:20 +0000 (22:50 +0000)
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

gcc/ChangeLog
gcc/Makefile.in

index 8efe5fa82d3dec563c2140832878cabfe712fa59..2210a2b01a7119ad5088edd38145a6df8aa74620 100644 (file)
@@ -1,3 +1,9 @@
+2018-11-07  Nathan Sidwell  <nathan@acm.org>
+
+       PR 87926
+       * Makefile.in (bitmap.o-warn): Add -Wno-error to unbreak
+       --disable-checking bootstrap.
+
 2018-11-07  Hafiz Abid Qadeer  <abidh@codesourcery.com>
 
        * configure: Regenerated.
index 719a516c356d21a285aa4f65fb6ca7608e19481a..6130554a0d30c5807ced951e33b9ee0b77f54a6e 100644 (file)
@@ -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