[PATCH/committed] sim: ppc: drop unused host bitsize settings

Message ID 20240101195228.24289-1-vapier@gentoo.org
State New
Headers
Series [PATCH/committed] sim: ppc: drop unused host bitsize settings |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_gdb_build--master-arm warning Patch is already merged

Commit Message

Mike Frysinger Jan. 1, 2024, 7:52 p.m. UTC
  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(-)
  

Patch

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)