mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
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.
This commit is contained 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 \
|
||||
|
Reference in New Issue
Block a user