2003-01-05 Richard Sandiford <rsandifo@redhat.com>
* Makefile.in (tmp-run-multi): Fix mips16 filter.
This commit is contained in:
parent
203708e3b1
commit
805517776c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-01-05 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* Makefile.in (tmp-run-multi): Fix mips16 filter.
|
||||
|
||||
2003-01-04 Richard Sandiford <rsandifo@redhat.com>
|
||||
Andrew Cagney <ac131313@redhat.com>
|
||||
Gavin Romig-Koch <gavin@redhat.com>
|
||||
|
|
|
@ -371,7 +371,7 @@ tmp-itable-multi: $(IGEN_INSN) $(IGEN_DC) ../igen/igen $(IGEN_INCLUDE)
|
|||
tmp-run-multi: $(srcdir)/m16run.c
|
||||
for t in $(SIM_MULTI_IGEN_CONFIGS); do \
|
||||
case $${t} in \
|
||||
*:*mips16*:*) \
|
||||
m16*) \
|
||||
m=`echo $${t} | sed -e 's/^m16//' -e 's/:.*//'`; \
|
||||
sed < $(srcdir)/m16run.c > tmp-run \
|
||||
-e "s/^sim_/m16$${m}_/" \
|
||||
|
|
Loading…
Reference in a new issue