Changeset 06f2f75 in rtems for scripts/gdb/Makefile.am


Ignore:
Timestamp:
10/31/00 16:44:11 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a296771
Parents:
df3b242
Message:

2000-10-30 Joel Sherrill <joel@…>

  • buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am, gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am: Added mips-rtems, updated to include new patches and gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/gdb/Makefile.am

    rdf3b242 r06f2f75  
    4343        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
    4444
     45mips-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
     46        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems
     47
    4548powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
    4649        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
     
    5962    h8300-rtems-$(GDBVERS).spec hppa1.1-rtems-$(GDBVERS).spec  \
    6063    i386-rtems-$(GDBVERS).spec i960-rtems-$(GDBVERS).spec \
    61     m68k-rtems-$(GDBVERS).spec mips64orion-rtems-$(GDBVERS).spec \
    62     powerpc-rtems-$(GDBVERS).spec sh-rtems-$(GDBVERS).spec \
    63     sh-rtemself-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec
     64    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
    6468
    6569CLEANFILES += $(RPM_SPECS_DATA)
Note: See TracChangeset for help on using the changeset viewer.