• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisãofc9c0bdce0ff2aee6215b29cc10330ebcb0df6b4 (tree)
Hora2022-11-05 12:31:15
AutorMike Frysinger <vapier@gent...>
CommiterMike Frysinger

Mensagem de Log

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.

Mudança Sumário

Diff

--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -186,8 +186,7 @@ CONFIG_CFLAGS = \
186186 $(SIM_HW_CFLAGS) \
187187 $(SIM_INLINE) \
188188 $(SIM_WARN_CFLAGS) \
189- $(SIM_WERROR_CFLAGS) \
190- $(SIM_HARDWARE)
189+ $(SIM_WERROR_CFLAGS)
191190 CSEARCH = -I. -I$(srcdir) -I$(srccom) \
192191 -I$(srcroot)/include \
193192 -I../../bfd -I$(srcroot)/bfd \