diff options
author | Nick Clifton <nickc@redhat.com> | 2008-07-29 13:53:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-07-29 13:53:02 +0000 |
commit | 086c6838fab1ebd605b03d14e4fbd7a31a86062d (patch) | |
tree | bc2f3401e007981506381e15cc53e570748a3f63 /sim/iq2000 | |
parent | 97f056de8975fdf97f55f4daa5c454c4320d9aef (diff) | |
download | binutils-gdb-086c6838fab1ebd605b03d14e4fbd7a31a86062d.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.in | 2 |
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 |