Changeset 5b43316 in rtems


Ignore:
Timestamp:
06/29/00 16:28:39 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
971a534
Parents:
847ed4bd
Message:

Added initial h8300 support.

Location:
scripts
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • scripts/binutils/Makefile.am

    r847ed4bd r5b43316  
    1616MKBINUTILSSPEC_DEPS = $(top_builddir)/mkbinutilspec binutils.spec.in \
    1717    $(top_builddir)/setup.cache
     18
     19h8300-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
     20        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . h8300-rtems
    1821
    1922hppa1.1-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
     
    4750        $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
    4851
    49 RPM_SPECS_DATA = hppa1.1-rtems-$(BINUTILSVERS).spec \
     52RPM_SPECS_DATA = h8300-rtems-$(BINUTILSVERS).spec \
     53    hppa1.1-rtems-$(BINUTILSVERS).spec \
    5054    i386-rtems-$(BINUTILSVERS).spec i960-rtems-$(BINUTILSVERS).spec \
    5155    m68k-rtems-$(BINUTILSVERS).spec m68k-rtemself-$(BINUTILSVERS).spec \
  • scripts/gccnewlib/Makefile.am

    r847ed4bd r5b43316  
    3131    gccnewlib_c_only.spec.in $(top_builddir)/setup.cache
    3232
     33h8300-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIB_C_ONLY_SPEC_DEPS)
     34        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . h8300-rtems
     35
    3336hppa1.1-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
    3437        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems
     
    6164        $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
    6265
    63 RPM_SPECS_DATA = hppa1.1-rtems-$(GCCNEWLIBVERS).spec \
     66RPM_SPECS_DATA = h8300-rtems-$(GCCNEWLIBVERS).spec \
     67    hppa1.1-rtems-$(GCCNEWLIBVERS).spec \
    6468    i386-rtems-$(GCCNEWLIBVERS).spec i960-rtems-$(GCCNEWLIBVERS).spec \
    6569    m68k-rtems-$(GCCNEWLIBVERS).spec m68k-rtemself-$(GCCNEWLIBVERS).spec \
  • scripts/gdb/Makefile.am

    r847ed4bd r5b43316  
    1515MKGDBSPEC_DEPS = $(top_builddir)/mkgdbspec gdb.spec.in \
    1616    $(top_builddir)/setup.cache
     17
     18h8300-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
     19        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . h8300-rtems
    1720
    1821hppa1.1-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
     
    4649        $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
    4750
    48 RPM_SPECS_DATA = hppa1.1-rtems-$(GDBVERS).spec i386-rtems-$(GDBVERS).spec \
     51RPM_SPECS_DATA = h8300-rtems-$(GDBVERS).spec i386-rtems-$(GDBVERS).spec \
     52    hppa1.1-rtems-$(GDBVERS).spec i386-rtems-$(GDBVERS).spec \
    4953    i960-rtems-$(GDBVERS).spec m68k-rtems-$(GDBVERS).spec \
    5054    m68k-rtemself-$(GDBVERS).spec mips64orion-rtems-$(GDBVERS).spec \
  • scripts/mkgdbspec.in

    r847ed4bd r5b43316  
    5252
    5353case ${target_alias} in
     54  h8300*)
     55    extra_configure_arguments="--enable-sim"
     56    ;;
     57  i960*)
     58    extra_configure_arguments="--enable-sim"
     59    ;;
    5460  powerpc*)
    5561    extra_configure_arguments="--enable-sim --enable-sim-powerpc --enable-sim-timebase --enable-sim-hardware"
  • scripts/setup.def

    r847ed4bd r5b43316  
    44# $Id$
    55#
    6 binutils_version=2.9.5.0.24
    7 binutils_patch_version=20000207
     6binutils_version=2.10
     7binutils_patch_version=20000628
    88binutils_rpm_release=1
    99newlib_version=1.8.2
     
    1212gcc_patch_version=20000531
    1313gccnewlib_rpm_release=7
    14 gdb_version=4.18
    15 gdb_patch_version=20000524
    16 gdb_rpm_release=4
     14gdb_version=5.0
     15gdb_patch_version=20000627
     16gdb_rpm_release=1
    1717rtems_version=rtems-4.5.0-beta3a
    1818rtems_rpm_release=1
Note: See TracChangeset for help on using the changeset viewer.