diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-05-28 08:47:30 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2005-05-28 08:47:30 +0000 |
commit | c318251408d0185b3a7d00971299f0cd28a3466c (patch) | |
tree | c53bea56baca568e9520f14cb16a6e05d5b13e0a /sim/cris | |
parent | 6cea420ad8c2c24820e4e8dca0a0292870b9b706 (diff) | |
download | gdb-c318251408d0185b3a7d00971299f0cd28a3466c.zip gdb-c318251408d0185b3a7d00971299f0cd28a3466c.tar.gz gdb-c318251408d0185b3a7d00971299f0cd28a3466c.tar.bz2 |
* cris/Makefile.in (stamp-v32fmloop): Depend on stamp-v10fmloop.
Diffstat (limited to 'sim/cris')
-rw-r--r-- | sim/cris/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/cris/Makefile.in b/sim/cris/Makefile.in index 404eed4..85af034 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 |