public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: cleanup unused SIM_EXTRA_CFLAGS
@ 2022-11-03 18:40 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2022-11-03 18:40 UTC (permalink / raw)
  To: gdb-patches

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


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

only message in thread, other threads:[~2022-11-03 18:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-03 18:40 [PATCH] sim: cleanup unused SIM_EXTRA_CFLAGS 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).