summaryrefslogtreecommitdiff
path: root/sim/iq2000
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
commit96148d9ecd5ed0f9f6b7018db2c2105182184cf1 (patch)
tree23222ba81cdbdd3568374c42bc1dffe3080dc7e9 /sim/iq2000
parent885782b291c58eac64cc0fdefbc7a6e3f8db9954 (diff)
downloadgdb-96148d9ecd5ed0f9f6b7018db2c2105182184cf1.tar.gz
* 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/iq2000')
-rw-r--r--sim/iq2000/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/iq2000/Makefile.in b/sim/iq2000/Makefile.in
index 7b60319b1a0..7048cf581af 100644
--- a/sim/iq2000/Makefile.in
+++ b/sim/iq2000/Makefile.in
@@ -69,7 +69,7 @@ iq2000.o: $(srcdir)/iq2000.c $(IQ2000BF_INCLUDE_DEPS)
# 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 -fast -pbb -switch sem-switch.c \
-cpu iq2000bf -infile $(srcdir)/mloop.in
$(SHELL) $(srcroot)/move-if-change eng.hin eng.h