mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* Makefile.am (spu_ovl.o_c): Add missing line continuations.
* Makefile.in: Regenerate.
This commit is contained in:
parent
a3aa4338e2
commit
43b5d01b26
@ -1,3 +1,8 @@
|
||||
2008-11-14 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* Makefile.am (spu_ovl.o_c): Add missing line continuations.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2008-11-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.tgt: Add m32c-*-rtems* and m32r-*-rtems*.
|
||||
|
@ -758,9 +758,9 @@ eelf32_spu.c: $(srcdir)/emulparams/elf32_spu.sh $(srcdir)/emultempl/spuelf.em \
|
||||
$(srcdir)/emultempl/spu_ovl.o_c: @MAINT@ $(srcdir)/emultempl/spu_ovl.S
|
||||
if ../gas/as-new --version \
|
||||
| grep 'target.*spu' >/dev/null 2>/dev/null; then \
|
||||
cpp -DOVLY_IRQ_SAVE $(srcdir)/emultempl/spu_ovl.S spu_ovl.s
|
||||
cpp -DOVLY_IRQ_SAVE $(srcdir)/emultempl/spu_ovl.S spu_ovl.s; \
|
||||
../gas/as-new -o spu_ovl.o spu_ovl.s; \
|
||||
../binutils/bin2c <spu_ovl.o >$@
|
||||
../binutils/bin2c <spu_ovl.o >$@; \
|
||||
fi
|
||||
eelf32_i860.c: $(srcdir)/emulparams/elf32_i860.sh \
|
||||
$(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
|
@ -1600,9 +1600,9 @@ eelf32_spu.c: $(srcdir)/emulparams/elf32_spu.sh $(srcdir)/emultempl/spuelf.em \
|
||||
$(srcdir)/emultempl/spu_ovl.o_c: @MAINT@ $(srcdir)/emultempl/spu_ovl.S
|
||||
if ../gas/as-new --version \
|
||||
| grep 'target.*spu' >/dev/null 2>/dev/null; then \
|
||||
cpp -DOVLY_IRQ_SAVE $(srcdir)/emultempl/spu_ovl.S spu_ovl.s
|
||||
cpp -DOVLY_IRQ_SAVE $(srcdir)/emultempl/spu_ovl.S spu_ovl.s; \
|
||||
../gas/as-new -o spu_ovl.o spu_ovl.s; \
|
||||
../binutils/bin2c <spu_ovl.o >$@
|
||||
../binutils/bin2c <spu_ovl.o >$@; \
|
||||
fi
|
||||
eelf32_i860.c: $(srcdir)/emulparams/elf32_i860.sh \
|
||||
$(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
|
Loading…
Reference in New Issue
Block a user