public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: m32c/rl78: drop redundant -Wall settings
@ 2021-12-04 18:45 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2021-12-04 18:45 UTC (permalink / raw)
  To: gdb-patches

We already turn these on in the configure script.
---
 sim/m32c/Makefile.in | 2 +-
 sim/rl78/Makefile.in | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/sim/m32c/Makefile.in b/sim/m32c/Makefile.in
index c5b1495c7059..c88b387bf840 100644
--- a/sim/m32c/Makefile.in
+++ b/sim/m32c/Makefile.in
@@ -20,7 +20,7 @@
 
 ## COMMON_PRE_CONFIG_FRAG
 
-SIM_EXTRA_CFLAGS = -Wall -DTIMER_A
+SIM_EXTRA_CFLAGS = -DTIMER_A
 
 SIM_RUN_OBJS = \
 	main.o \
diff --git a/sim/rl78/Makefile.in b/sim/rl78/Makefile.in
index 257bad04960e..2dae7df682e6 100644
--- a/sim/rl78/Makefile.in
+++ b/sim/rl78/Makefile.in
@@ -20,8 +20,6 @@
 
 ## COMMON_PRE_CONFIG_FRAG
 
-SIM_EXTRA_CFLAGS = -Wall
-
 SIM_RUN_OBJS = \
 	main.o
 
-- 
2.33.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-04 18:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-04 18:45 [PATCH] sim: m32c/rl78: drop redundant -Wall settings Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).