From: Mike Frysinger Date: Mon, 1 Nov 2021 04:52:52 +0000 (-0400) Subject: sim: or1k: build with -Werror X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c15e06faf4c34a96f1cce9eaa27746e6e1d71f1;p=binutils-gdb.git sim: or1k: build with -Werror The only warnings left in this port are a few maybe-uninitialized, but we don't abort the build for them, so turn on -Werror everywhere. --- diff --git a/sim/or1k/Makefile.in b/sim/or1k/Makefile.in index 8f447fdc291..c6bd03b756c 100644 --- a/sim/or1k/Makefile.in +++ b/sim/or1k/Makefile.in @@ -55,9 +55,6 @@ SIM_EXTRA_LIBS = -lm SIM_EXTRA_CLEAN = or1k-clean -# Code doesn't build cleanly yet. -SIM_WERROR_CFLAGS = - ## COMMON_POST_CONFIG_FRAG arch = or1k