public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH/committed] sim: ppc: drop unused host bitsize settings
@ 2024-01-01 19:52 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2024-01-01 19:52 UTC (permalink / raw)
  To: gdb-patches

This is never set anywhere, so it's always empty.  Scrub it.
---
 sim/ppc/Makefile.in  | 2 --
 sim/ppc/configure    | 2 --
 sim/ppc/configure.ac | 1 -
 3 files changed, 5 deletions(-)

diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in
index f76c66254c07..48adacc0971a 100644
--- a/sim/ppc/Makefile.in
+++ b/sim/ppc/Makefile.in
@@ -64,7 +64,6 @@ INLINE_CFLAGS = $(SIM_INLINE)
 SMP_CFLAGS = @sim_smp@
 XOR_ENDIAN_CFLAGS = @sim_xor_endian@
 BITSIZE_CFLAGS = @sim_bitsize@
-HOSTBITSIZE_CFLAGS = @sim_hostbitsize@
 TIMEBASE_CFLAGS = @sim_timebase@
 FLOAT_CFLAGS = @sim_float@
 MONITOR_CFLAGS = @sim_monitor@
@@ -75,7 +74,6 @@ CONFIG_CFLAGS = \
   $(SMP_CFLAGS) \
   $(XOR_ENDIAN_CFLAGS) \
   $(BITSIZE_CFLAGS) \
-  $(HOSTBITSIZE_CFLAGS) \
   $(TIMEBASE_CFLAGS) \
   $(FLOAT_CFLAGS) \
   $(MONITOR_CFLAGS) \
diff --git a/sim/ppc/configure.ac b/sim/ppc/configure.ac
index 5260fa0ba7af..290cdd15b819 100644
--- a/sim/ppc/configure.ac
+++ b/sim/ppc/configure.ac
@@ -525,7 +525,6 @@ AC_SUBST(sim_xor_endian)
 AC_SUBST(sim_smp)
 AC_SUBST(sim_igen_smp)
 AC_SUBST(sim_bitsize)
-AC_SUBST(sim_hostbitsize)
 AC_SUBST(sim_timebase)
 AC_SUBST(sim_float)
 AC_SUBST(sim_monitor)
-- 
2.43.0


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

only message in thread, other threads:[~2024-01-01 19:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-01 19:52 [PATCH/committed] sim: ppc: drop unused host bitsize settings 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).