Changeset b9a7287e in rtems for scripts/gdb/Makefile.am


Ignore:
Timestamp:
03/14/01 19:43:57 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a2cc545e
Parents:
7e05b53
Message:

2001-03-14 Joel Sherrill <joel@…>

  • gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems configuration to gdb since this includes the JMR3904 simulator.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/gdb/Makefile.am

    r7e05b53 rb9a7287e  
    4646        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems
    4747
     48mipstx39-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
     49        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mipstx39-rtems
     50
    4851powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
    4952        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
     
    6366    i386-rtems-$(GDBVERS).spec i960-rtems-$(GDBVERS).spec \
    6467    m68k-rtems-$(GDBVERS).spec mips-rtems-$(GDBVERS).spec \
    65     mips64orion-rtems-$(GDBVERS).spec powerpc-rtems-$(GDBVERS).spec \
    66     sh-rtems-$(GDBVERS).spec sh-rtemself-$(GDBVERS).spec \
    67     sparc-rtems-$(GDBVERS).spec
     68    mipstx39-rtems-$(GDBVERS).spec mips64orion-rtems-$(GDBVERS).spec \
     69    powerpc-rtems-$(GDBVERS).spec sh-rtems-$(GDBVERS).spec \
     70    sh-rtemself-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec
    6871
    6972CLEANFILES += $(RPM_SPECS_DATA)
Note: See TracChangeset for help on using the changeset viewer.