aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-12-14 22:45:22 -0500
committerMike Frysinger <vapier@gentoo.org>2023-12-14 22:45:22 -0500
commit10802d9ac0c6e39a672f86224ec89a9a54a37b9c (patch)
tree3b4c8fb2ffbda876afc7f3a11ebde6db8ea1d10f /sim/m32r
parent2f1de74501909db76a3a0b73da9d287d7458eef1 (diff)
downloadgdb-10802d9ac0c6e39a672f86224ec89a9a54a37b9c.zip
gdb-10802d9ac0c6e39a672f86224ec89a9a54a37b9c.tar.gz
gdb-10802d9ac0c6e39a672f86224ec89a9a54a37b9c.tar.bz2
sim: m32r: fix mloop.in variant stamp deps
The migration to local.mk in commit 0a129eb19a773d930d60b084209570f663db2053 accidentally listed the deps for all mloop steps as mloop.in instead of the various variants that m32r uses. Reported-by: Simon Marchi <simon.marchi@polymtl.ca>
Diffstat (limited to 'sim/m32r')
-rw-r--r--sim/m32r/local.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/m32r/local.mk b/sim/m32r/local.mk
index 182d887..13f6ea5 100644
--- a/sim/m32r/local.mk
+++ b/sim/m32r/local.mk
@@ -105,7 +105,7 @@ BUILT_SOURCES += \
## FIXME: Use of `mono' is wip.
%D%/mloopx.c %D%/engx.h: %D%/stamp-mloop-x ; @true
-%D%/stamp-mloop-x: $(srccom)/genmloop.sh %D%/mloop.in
+%D%/stamp-mloop-x: $(srccom)/genmloop.sh %D%/mloopx.in
$(AM_V_GEN)$(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \
-mono -no-fast -pbb -parallel-write -switch semx-switch.c \
-cpu m32rxf \
@@ -116,7 +116,7 @@ BUILT_SOURCES += \
## FIXME: Use of `mono' is wip.
%D%/mloop2.c %D%/eng2.h: %D%/stamp-mloop-2 ; @true
-%D%/stamp-mloop-2: $(srccom)/genmloop.sh %D%/mloop.in
+%D%/stamp-mloop-2: $(srccom)/genmloop.sh %D%/mloop2.in
$(AM_V_GEN)$(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \
-mono -no-fast -pbb -parallel-write -switch sem2-switch.c \
-cpu m32r2f \