diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-11-05 10:31:15 +0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-11-05 10:31:15 +0700 |
commit | fc9c0bdce0ff2aee6215b29cc10330ebcb0df6b4 (patch) | |
tree | 6ce3e39f504b74ec7c5047c4d30a177abb60af6d | |
parent | 682a2a82e404a7ec033546f639c89e709ce870e1 (diff) | |
download | gdb-fc9c0bdce0ff2aee6215b29cc10330ebcb0df6b4.zip gdb-fc9c0bdce0ff2aee6215b29cc10330ebcb0df6b4.tar.gz gdb-fc9c0bdce0ff2aee6215b29cc10330ebcb0df6b4.tar.bz2 |
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.
-rw-r--r-- | sim/common/Make-common.in | 3 |
1 files changed, 1 insertions, 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 \ |