public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: m68hc11: delete unused profile flags
@ 2021-12-04 18:46 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2021-12-04 18:46 UTC (permalink / raw)
  To: gdb-patches

These were moved to the common configure script a while ago and have
the same default as these, so just delete it.
---
 sim/m68hc11/Makefile.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sim/m68hc11/Makefile.in b/sim/m68hc11/Makefile.in
index 0b2c4f1ea6b2..579e4def0d53 100644
--- a/sim/m68hc11/Makefile.in
+++ b/sim/m68hc11/Makefile.in
@@ -26,7 +26,6 @@ SIM_OBJS = $(M68HC11_OBJS) \
 
 SIM_EXTRA_HW_DEVICES = m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram
 
-SIM_PROFILE= -DPROFILE=1 -DWITH_PROFILE=-1
 # We must use 32-bit addresses to support memory bank switching.
 # The WORD_BITSIZE is normally 16 but must be switched (temporarily)
 # to 32 to avoid a bug in the sim-common which uses 'unsigned_word'
-- 
2.33.0


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

only message in thread, other threads:[~2021-12-04 18:46 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:46 [PATCH] sim: m68hc11: delete unused profile flags 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).