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

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0344e65132bbae3e9dc2d621acf9b67c2b1073fd

commit 0344e65132bbae3e9dc2d621acf9b67c2b1073fd
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sat Dec 4 13:23:54 2021 -0500

    sim: m32c/rl78: drop redundant -Wall settings
    
    We already turn these on in the configure script.

Diff:
---
 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 c5b1495c705..c88b387bf84 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 257bad04960..2dae7df682e 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


^ 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 [binutils-gdb] sim: m32c/rl78: drop redundant -Wall settings Michael 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).