]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/configure
sim: warnings: compile build tools with -Werror too
authorMike Frysinger <vapier@gentoo.org>
Wed, 30 Jun 2021 00:16:38 +0000 (20:16 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 9 Jan 2024 02:36:44 +0000 (21:36 -0500)
commit435ad222b3de93fa647fba7221eece36b1b395eb
tree596d8d68a79a4625ebb58cdde00a3080b72d8594
parent5048cb28f4a864d2426bcec8cb02f26ef3daac85
sim: warnings: compile build tools with -Werror too

Add support for compiling build tools with various -Werror settings.
Since the tools don't compile cleanly with the same set of flags as
the rest of the sim code, we need to maintain & test a separate list.

Only bother when not cross-compiling so we don't have to test all the
flags against the build compiler.  This should be good enough for our
actual development flows.
sim/Makefile.am
sim/Makefile.in
sim/configure
sim/m4/sim_ac_option_warnings.m4