aboutsummaryrefslogtreecommitdiff
path: root/sim/cris
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/cris
parent97f056de8975fdf97f55f4daa5c454c4320d9aef (diff)
downloadgdb-086c6838fab1ebd605b03d14e4fbd7a31a86062d.zip
gdb-086c6838fab1ebd605b03d14e4fbd7a31a86062d.tar.gz
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/cris')
-rw-r--r--sim/cris/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/cris/Makefile.in b/sim/cris/Makefile.in
index 02961a0..6f7811f 100644
--- a/sim/cris/Makefile.in
+++ b/sim/cris/Makefile.in
@@ -95,7 +95,7 @@ crisv10f.o: crisv10f.c cris-tmpl.c $(CRISV10F_INCLUDE_DEPS)
# than the apparent; some "mono" feature is work in progress)?
mloopv10f.c engv10.h: stamp-v10fmloop
stamp-v10fmloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile
- $(SHELL) $(srccom)/genmloop.sh \
+ $(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \
-mono -no-fast -pbb -switch semcrisv10f-switch.c \
-cpu crisv10f -infile $(srcdir)/mloop.in
$(SHELL) $(srcroot)/move-if-change eng.hin engv10.h
@@ -121,7 +121,7 @@ mloopv32f.c engv32.h: stamp-v32fmloop
# 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 \
+ $(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \
-mono -no-fast -pbb -switch semcrisv32f-switch.c \
-cpu crisv32f -infile $(srcdir)/mloop.in
$(SHELL) $(srcroot)/move-if-change eng.hin engv32.h