From: Mike Frysinger Date: Sat, 5 Nov 2022 03:31:15 +0000 (+0700) Subject: sim: drop unused SIM_HARDWARE variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc9c0bdce0ff2aee6215b29cc10330ebcb0df6b4;p=binutils-gdb.git sim: drop unused SIM_HARDWARE variable This hasn't been used since the refactor way back in commit f872d0d643968c1101bb8c07b252edd54f626da2 ("Only enable H/W on some mips targets."), so punt it. --- diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 2698f7b2b67..18dcd36a72b 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -186,8 +186,7 @@ CONFIG_CFLAGS = \ $(SIM_HW_CFLAGS) \ $(SIM_INLINE) \ $(SIM_WARN_CFLAGS) \ - $(SIM_WERROR_CFLAGS) \ - $(SIM_HARDWARE) + $(SIM_WERROR_CFLAGS) CSEARCH = -I. -I$(srcdir) -I$(srccom) \ -I$(srcroot)/include \ -I../../bfd -I$(srcroot)/bfd \