aboutsummaryrefslogtreecommitdiff
path: root/sim/frv/Makefile.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-07-29 13:53:02 +0000
committerNick Clifton <nickc@redhat.com>2008-07-29 13:53:02 +0000
commit086c6838fab1ebd605b03d14e4fbd7a31a86062d (patch)
treebc2f3401e007981506381e15cc53e570748a3f63 /sim/frv/Makefile.in
parent97f056de8975fdf97f55f4daa5c454c4320d9aef (diff)
downloadfsf-binutils-gdb-086c6838fab1ebd605b03d14e4fbd7a31a86062d.zip
fsf-binutils-gdb-086c6838fab1ebd605b03d14e4fbd7a31a86062d.tar.gz
fsf-binutils-gdb-086c6838fab1ebd605b03d14e4fbd7a31a86062d.tar.bz2
* common/genmloop.sh: Add new parameter: -shell to specify the
command interpreter to use to run the input file. This is necessary because otherwise SHELL is taken from the user's environment, and not from the makefile that invoked this script and the user might not be running an sh-like shell. * cris/Makefile.in: Pass -shell parameter to genmloop.sh. * fr30/Makefile.in: Likewise. * frv/Makefile.in: Likewise. * i960/Makefile.in: Likewise. * iq2000/Makefile.in: Likewise. * m32r/Makefile.in: Likewise. * frv/mloop.in: Add missing start of line comment marker.
Diffstat (limited to 'sim/frv/Makefile.in')
-rw-r--r--sim/frv/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in
index db4c603..046902e 100644
--- a/sim/frv/Makefile.in
+++ b/sim/frv/Makefile.in
@@ -89,7 +89,7 @@ sim-if.o: sim-if.c $(FRVBF_INCLUDE_DEPS) $(srcdir)/../common/sim-core.h eng.h
# FIXME: Use of `mono' is wip.
mloop.c eng.h: stamp-mloop
stamp-mloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile
- $(SHELL) $(srccom)/genmloop.sh \
+ $(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \
-mono -scache -parallel-generic-write -parallel-only \
-cpu frvbf -infile $(srcdir)/mloop.in
$(SHELL) $(srcroot)/move-if-change eng.hin eng.h