projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
682a2a8
)
sim: drop unused SIM_HARDWARE variable
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 5 Nov 2022 03:31:15 +0000
(10:31 +0700)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 5 Nov 2022 03:31:15 +0000
(10:31 +0700)
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
patch
|
blob
|
history
diff --git
a/sim/common/Make-common.in
b/sim/common/Make-common.in
index 2698f7b2b67309d8acfa63c613b7eeb75124e562..18dcd36a72bba931fc364f7633ff5a5a1de09674 100644
(file)
--- 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 \