public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: gdb-patches@sourceware.org
Subject: [PATCH] sim: cleanup unused SIM_EXTRA_CFLAGS
Date: Fri,  4 Nov 2022 01:40:50 +0700	[thread overview]
Message-ID: <20221103184050.3775-1-vapier@gentoo.org> (raw)

We want to eventually delete this, so at least drop the empty ones.
---
 sim/iq2000/Makefile.in | 2 --
 sim/lm32/Makefile.in   | 3 ---
 sim/or1k/Makefile.in   | 2 --
 3 files changed, 7 deletions(-)

diff --git a/sim/iq2000/Makefile.in b/sim/iq2000/Makefile.in
index 757ed28ef6bc..e7e0c71ea866 100644
--- a/sim/iq2000/Makefile.in
+++ b/sim/iq2000/Makefile.in
@@ -31,8 +31,6 @@ SIM_EXTRA_DEPS = \
 	$(CGEN_INCLUDE_DEPS) \
 	arch.h cpuall.h $(srcdir)/../../opcodes/iq2000-desc.h eng.h
 
-SIM_EXTRA_CFLAGS =
-
 ALL_CPU_CFLAGS = -DHAVE_CPU_IQ2000BF -DHAVE_CPU_IQ10BF
 
 SIM_EXTRA_CLEAN = iq2000-clean
diff --git a/sim/lm32/Makefile.in b/sim/lm32/Makefile.in
index db15bef47a76..05191597414c 100644
--- a/sim/lm32/Makefile.in
+++ b/sim/lm32/Makefile.in
@@ -19,9 +19,6 @@ SIM_EXTRA_HW_DEVICES = lm32cpu lm32timer lm32uart
 SIM_EXTRA_DEPS = $(CGEN_INCLUDE_DEPS) $(srcdir)/../../opcodes/lm32-desc.h \
 	eng.h
 
-# List of flags to always pass to $(CC).
-#SIM_EXTRA_CFLAGS =
-
 SIM_EXTRA_CLEAN = lm32-clean
 
 ## COMMON_POST_CONFIG_FRAG
diff --git a/sim/or1k/Makefile.in b/sim/or1k/Makefile.in
index f288b02c8e8b..e8456371419c 100644
--- a/sim/or1k/Makefile.in
+++ b/sim/or1k/Makefile.in
@@ -49,8 +49,6 @@ SIM_EXTRA_DEPS = \
 	cpuall.h \
 	decode.h
 
-SIM_EXTRA_CFLAGS =
-
 SIM_EXTRA_LIBS = -lm
 
 ## COMMON_POST_CONFIG_FRAG
-- 
2.38.1


                 reply	other threads:[~2022-11-03 18:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221103184050.3775-1-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).