public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Frysinger <vapier@sourceware.org>
To: gdb-cvs@sourceware.org
Subject: [binutils-gdb] sim: cleanup unused SIM_EXTRA_CFLAGS
Date: Thu,  3 Nov 2022 18:40:58 +0000 (GMT)	[thread overview]
Message-ID: <20221103184112.CB9AA3858C53@sourceware.org> (raw)

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

commit 2734f0a2750442e83132fcede8ba62cdf6f3c63e
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Thu Nov 3 17:45:09 2022 +0700

    sim: cleanup unused SIM_EXTRA_CFLAGS
    
    We want to eventually delete this, so at least drop the empty ones.

Diff:
---
 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 757ed28ef6b..e7e0c71ea86 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 db15bef47a7..05191597414 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 f288b02c8e8..e8456371419 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

                 reply	other threads:[~2022-11-03 18:40 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=20221103184112.CB9AA3858C53@sourceware.org \
    --to=vapier@sourceware.org \
    --cc=gdb-cvs@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).