From: Mike Frysinger Date: Mon, 1 Jan 2024 16:04:08 +0000 (-0500) Subject: sim: ppc: drop unused host bitsize settings X-Git-Tag: binutils-2_42~321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22a09a1a33c718d519e0b08214d5accd3058b3d9;p=thirdparty%2Fbinutils-gdb.git sim: ppc: drop unused host bitsize settings This is never set anywhere, so it's always empty. Scrub it. --- diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index f76c66254c0..48adacc0971 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 b/sim/ppc/configure index 41dafffa5d2..04d09567b47 100755 --- a/sim/ppc/configure +++ b/sim/ppc/configure @@ -628,7 +628,6 @@ sim_model sim_monitor sim_float sim_timebase -sim_hostbitsize sim_bitsize sim_igen_smp sim_smp @@ -4200,7 +4199,6 @@ fi - ac_config_files="$ac_config_files Makefile" diff --git a/sim/ppc/configure.ac b/sim/ppc/configure.ac index 5260fa0ba7a..290cdd15b81 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)