aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2006-10-05 01:06:13 +0000
committerBob Wilson <bob.wilson@acm.org>2006-10-05 01:06:13 +0000
commita9c70046ea557d899c90ebef0c30bdbe67fa155d (patch)
tree53bdfd54ead34b23deaf921e25df845bc6d3f516 /ld/Makefile.in
parent8aceae7e500646eed9eac810c8945c31e352c789 (diff)
downloadgdb-a9c70046ea557d899c90ebef0c30bdbe67fa155d.zip
gdb-a9c70046ea557d899c90ebef0c30bdbe67fa155d.tar.gz
gdb-a9c70046ea557d899c90ebef0c30bdbe67fa155d.tar.bz2
* emulparams/xtensa-config.sh: Delete file.
* emulparams/elf32xtensa.sh: Set MAXPAGESIZE here instead of including xtensa-config.sh. * Makefile.am (eelf32xtensa.c): Remove dependency on xtensa-config.sh. * Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index b754d0b..49337c2 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -1482,8 +1482,7 @@ eelf32am33lin.c: $(srcdir)/emulparams/elf32am33lin.sh \
eelf32vax.c: $(srcdir)/emulparams/elf32vax.sh \
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32vax "$(tdir_elf32vax)"
-eelf32xtensa.c: $(srcdir)/emulparams/elf32xtensa.sh \
- $(srcdir)/emulparams/xtensa-config.sh $(ELF_DEPS) \
+eelf32xtensa.c: $(srcdir)/emulparams/elf32xtensa.sh $(ELF_DEPS) \
$(srcdir)/emultempl/xtensaelf.em $(INCDIR)/xtensa-config.h \
$(BFDDIR)/elf-bfd.h $(BFDDIR)/libbfd.h $(INCDIR)/elf/xtensa.h \
$(srcdir)/scripttempl/elfxtensa.sc ${GEN_DEPENDS}