summaryrefslogtreecommitdiff
path: root/sim/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-01 13:45:42 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-10 01:15:28 -0500
commitdced2faff5fd82e85ac0798371b030ca07b15bb3 (patch)
treebe73f2f417088264338b653f583f0c75686695c1 /sim/Makefile.in
parentabc4c2173c0a15096888cbe12488bc908ba5a61a (diff)
downloadbinutils-gdb-dced2faff5fd82e85ac0798371b030ca07b15bb3.tar.gz
sim: h8300: move arch-specific file compilation to top-level
Diffstat (limited to 'sim/Makefile.in')
-rw-r--r--sim/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/Makefile.in b/sim/Makefile.in
index ecd79fe9eb1..c8cda487a99 100644
--- a/sim/Makefile.in
+++ b/sim/Makefile.in
@@ -4915,9 +4915,6 @@ testsuite/common/bits64m63.c: testsuite/common/bits-gen$(EXEEXT) testsuite/commo
@SIM_ENABLE_ARCH_ft32_TRUE@ $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)
@SIM_ENABLE_ARCH_h8300_TRUE@$(h8300_libsim_a_OBJECTS) $(h8300_libsim_a_LIBADD): h8300/hw-config.h
-@SIM_ENABLE_ARCH_h8300_TRUE@h8300/%.o: h8300/%.c
-@SIM_ENABLE_ARCH_h8300_TRUE@ $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)
-
@SIM_ENABLE_ARCH_h8300_TRUE@h8300/%.o: common/%.c
@SIM_ENABLE_ARCH_h8300_TRUE@ $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)
@SIM_ENABLE_ARCH_iq2000_TRUE@$(iq2000_libsim_a_OBJECTS) $(iq2000_libsim_a_LIBADD): iq2000/hw-config.h