From 5c15e06faf4c34a96f1cce9eaa27746e6e1d71f1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 1 Nov 2021 00:52:52 -0400 Subject: 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. --- sim/or1k/Makefile.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'sim') diff --git a/sim/or1k/Makefile.in b/sim/or1k/Makefile.in index 8f447fd..c6bd03b 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 -- cgit v1.1