Commit 05da2a5c by Nathan Sidwell Committed by Nathan Sidwell

[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.

From-SVN: r265899
parent e9f3803d
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> 2018-11-07 Hafiz Abid Qadeer <abidh@codesourcery.com>
* configure: Regenerated. * configure: Regenerated.
...@@ -221,6 +221,7 @@ libgcov-merge-tool.o-warn = -Wno-error ...@@ -221,6 +221,7 @@ libgcov-merge-tool.o-warn = -Wno-error
gimple-match.o-warn = -Wno-unused gimple-match.o-warn = -Wno-unused
generic-match.o-warn = -Wno-unused generic-match.o-warn = -Wno-unused
dfp.o-warn = -Wno-strict-aliasing 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 # 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 # isn't gcc; configure determines that. WARN_CFLAGS will be either
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment