aboutsummaryrefslogtreecommitdiff
path: root/sim/mcore
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-01 14:16:00 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-10 01:15:28 -0500
commit28ae9bed3df5f3a44b3f9951eeb7ea1a74bc6790 (patch)
treef47818781ec6293e3fd69a8760521c8a6ffebf75 /sim/mcore
parent5a71cd470ffe6e3f818ed1fba7ce8c3faaae7709 (diff)
downloadgdb-28ae9bed3df5f3a44b3f9951eeb7ea1a74bc6790.zip
gdb-28ae9bed3df5f3a44b3f9951eeb7ea1a74bc6790.tar.gz
gdb-28ae9bed3df5f3a44b3f9951eeb7ea1a74bc6790.tar.bz2
sim: mcore: move arch-specific file compilation to top-level
Diffstat (limited to 'sim/mcore')
-rw-r--r--sim/mcore/local.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/mcore/local.mk b/sim/mcore/local.mk
index 94abebc..69cb043 100644
--- a/sim/mcore/local.mk
+++ b/sim/mcore/local.mk
@@ -28,9 +28,6 @@ $(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h
noinst_LIBRARIES += %D%/libsim.a
-%D%/%.o: %D%/%.c
- $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)
-
%D%/%.o: common/%.c
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)