From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 0E1533858407; Sat, 4 Dec 2021 18:45:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0E1533858407 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Michael Frysinger To: gdb-cvs@sourceware.org Subject: [binutils-gdb] sim: m32c/rl78: drop redundant -Wall settings X-Act-Checkin: binutils-gdb X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: 63538d8e16bca32e8d03c3d1309c5ed8894a59b4 X-Git-Newrev: 0344e65132bbae3e9dc2d621acf9b67c2b1073fd Message-Id: <20211204184558.0E1533858407@sourceware.org> Date: Sat, 4 Dec 2021 18:45:58 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2021 18:45:58 -0000 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0344e65132bbae3e9dc2d621acf9b67c2b1073fd commit 0344e65132bbae3e9dc2d621acf9b67c2b1073fd Author: Mike Frysinger 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