From fc9c0bdce0ff2aee6215b29cc10330ebcb0df6b4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 5 Nov 2022 10:31:15 +0700 Subject: 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. --- sim/common/Make-common.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 2698f7b..18dcd36 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 \ -- cgit v1.1