Changeset 06f2f75 in rtems


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.
Location:
scripts
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • scripts/ChangeLog

    rdf3b242 r06f2f75  
     12000-10-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
     4        gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
     5        Added mips-rtems, updated to include new patches and
     6        gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
     7
    182000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • scripts/binutils/Makefile.am

    rdf3b242 r06f2f75  
    4343mips64orion-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
    4444        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
     45mips-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
     46        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems
    4547
    4648powerpc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
     
    6365    i386-rtems-$(BINUTILSVERS).spec i960-rtems-$(BINUTILSVERS).spec \
    6466    m68k-rtems-$(BINUTILSVERS).spec m68k-rtemself-$(BINUTILSVERS).spec \
    65     mips64orion-rtems-$(BINUTILSVERS).spec \
     67    mips-rtems-$(BINUTILSVERS).spec mips64orion-rtems-$(BINUTILSVERS).spec \
    6668    powerpc-rtems-$(BINUTILSVERS).spec sh-rtems-$(BINUTILSVERS).spec \
    6769    sh-rtemself-$(BINUTILSVERS).spec sparc-rtems-$(BINUTILSVERS).spec
  • scripts/buildall.in

    rdf3b242 r06f2f75  
    6565# This is the full list .. hppa1.1 does not build now.
    6666#ALL_TARGETS="hppa1.1-rtems i386-rtems i960-rtems m68k-rtems \
    67 #  m68k-rtemself mips64orion-rtems \
     67#  m68k-rtemself mips-rtems mips64orion-rtems \
    6868#  powerpc-rtems sh-rtems sh-rtemself sparc-rtems"
    6969
     
    7373  # do not include sh-elf or i960-elf secondary targets
    7474  TARGETS="arm-rtems h8300-rtems i386-rtems i960-rtems m68k-rtems \
    75     mips64orion-rtems powerpc-rtems sh-rtems sparc-rtems"
     75    mips-rtems mips64orion-rtems powerpc-rtems sh-rtems sparc-rtems"
    7676fi
    7777
  • scripts/gccnewlib/HISTORY

    rdf3b242 r06f2f75  
    44#  $Id$
    55#
     6
     7RPM Version gcc2.95.2newlib1.8.2-11
     8===================================
     9+ fixes i386 soft float problem
     10+ mips-rtems target added
     11+ newlib include files reworked to allow RTEMS to use standard newlib
     12  .h files.
     13
     14  newlib_patch_version=20001027
     15  gcc_patch_version=20001030
     16
     17RPM Version gcc2.95.2newlib1.8.2-10
     18===================================
     19+ i386 soft floating point worked but incorrectly included two
     20  copies of some libgcc.a routines.
     21+ added a29k-rtems support
     22
     23NOTE: Internal Only Number
    624
    725RPM Version gcc2.95.2newlib1.8.2-9
  • scripts/gccnewlib/Makefile.am

    rdf3b242 r06f2f75  
    5555        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
    5656
     57mips-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
     58        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems
     59
    5760powerpc-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
    5861        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
     
    7477    i386-rtems-$(GCCNEWLIBVERS).spec i960-rtems-$(GCCNEWLIBVERS).spec \
    7578    m68k-rtems-$(GCCNEWLIBVERS).spec  \
    76     mips64orion-rtems-$(GCCNEWLIBVERS).spec \
     79    mips-rtems-$(GCCNEWLIBVERS).spec mips64orion-rtems-$(GCCNEWLIBVERS).spec \
    7780    powerpc-rtems-$(GCCNEWLIBVERS).spec sh-rtems-$(GCCNEWLIBVERS).spec \
    7881    sh-rtemself-$(GCCNEWLIBVERS).spec sparc-rtems-$(GCCNEWLIBVERS).spec
  • 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)
  • scripts/mkgdbspec.in

    rdf3b242 r06f2f75  
    5858    extra_configure_arguments="--enable-sim"
    5959    ;;
     60  mips*)
     61    extra_configure_arguments="--enable-sim"
     62    ;;
    6063  powerpc*)
    6164    extra_configure_arguments="--enable-sim --enable-sim-powerpc --enable-sim-timebase --enable-sim-hardware"
  • scripts/setup.def

    rdf3b242 r06f2f75  
    88binutils_rpm_release=2
    99newlib_version=1.8.2
    10 newlib_patch_version=20000907
     10newlib_patch_version=20001027
    1111gcc_version=2.95.2
    12 gcc_patch_version=20000828
    13 gccnewlib_rpm_release=10
     12gcc_patch_version=20001030
     13gccnewlib_rpm_release=11
    1414gdb_version=5.0
    1515gdb_patch_version=20000718
Note: See TracChangeset for help on using the changeset viewer.