summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2005-05-28 08:47:30 +0000
committerHans-Peter Nilsson <hp@axis.com>2005-05-28 08:47:30 +0000
commit61ec5c8c57fee2575681d1e4c982a3864f1b5464 (patch)
tree5dbd18ea2ccffb249658f87c3ae75c5e875ff895
parent894c86cd89a2527d127c8b7b3fac933eb482d386 (diff)
downloadgdb-61ec5c8c57fee2575681d1e4c982a3864f1b5464.tar.gz
* cris/Makefile.in (stamp-v32fmloop): Depend on stamp-v10fmloop.
-rw-r--r--sim/ChangeLog4
-rw-r--r--sim/cris/Makefile.in4
2 files changed, 7 insertions, 1 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index 4dd44e7da5c..e7ef6a5a380 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-28 Hans-Peter Nilsson <hp@axis.com>
+
+ * cris/Makefile.in (stamp-v32fmloop): Depend on stamp-v10fmloop.
+
2005-05-26 Chris Demetriou <cgd@netbsd.org>
* MAINTAINERS: Update my mail address, move myself to the
diff --git a/sim/cris/Makefile.in b/sim/cris/Makefile.in
index 404eed474cc..85af034c218 100644
--- a/sim/cris/Makefile.in
+++ b/sim/cris/Makefile.in
@@ -103,7 +103,9 @@ crisv32f.o: crisv32f.c cris-tmpl.c $(CRISV32F_INCLUDE_DEPS)
# FIXME: What is mono and what does "Use of `mono' is wip" mean (other
# than the apparent; some "mono" feature is work in progress)?
mloopv32f.c engv32.h: stamp-v32fmloop
-stamp-v32fmloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile
+# We depend on stamp-v10fmloop to get serialization to avoid
+# racing with it for the same temporary file-names when "make -j".
+stamp-v32fmloop: stamp-v10fmloop $(srcdir)/../common/genmloop.sh mloop.in Makefile
$(SHELL) $(srccom)/genmloop.sh \
-mono -no-fast -pbb -switch semcrisv32f-switch.c \
-cpu crisv32f -infile $(srcdir)/mloop.in