Changeset 5e8552a4 in rtems


Ignore:
Timestamp:
09/26/03 21:41:25 (20 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
f29151e1
Parents:
effa4417
Message:

2003-09-26 Joel Sherrill <joel@…>

  • README.configure, aclocal/rtems-cpu-subdirs.m4: Removing HPPA port.
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    reffa4417 r5e8552a4  
     12003-09-26  Joel Sherrill <joel@OARcorp.com>
     2
     3        * README.configure, aclocal/rtems-cpu-subdirs.m4: Removing HPPA port.
    142003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    25
  • README.configure

    reffa4417 r5e8552a4  
    9393
    9494        arm-rtems
     95        c4x-rtems
    9596        h8300-rtems
    9697        i386-rtems
    9798        i960-rtems
    98         hppa1.1-rtems
    9999        m68k-rtems
    100100        mips-rtems
    101         mips64orion-rtems
    102101        no_cpu-rtems
     102        or32-rtems
    103103        powerpc-rtems
    104104        sh-rtems
     
    215215any             : bare
    216216
    217 The following ports are considered deprecated and will be removed in
    218 a future release:
    219 
    220 hppa1.1         : simhppa
    221 
    222 mips64orion     : (deprecated)
    223                   p4600 p4650 (p4000 port with either R4600 or R4650)
    224 
    225                   NOTE: MIPS support is NOT being dropped.  This is a clean up
    226                         effort and the mips64orion BSPs and CPUs will be
    227                         supported by the mips port.
     217The following ports were considered obsoleted after the 4.6 releases
     218and were removed: a29k, hppa, and mips64orion.
     219
    228220
    2292215. Makefile structure
  • aclocal/rtems-cpu-subdirs.m4

    reffa4417 r5e8552a4  
    1414_RTEMS_CPU_SUBDIR([c4x],[$1]);;
    1515_RTEMS_CPU_SUBDIR([h8300],[$1]);;
    16 _RTEMS_CPU_SUBDIR([hppa1.1],[$1]);;
    1716_RTEMS_CPU_SUBDIR([i386],[$1]);;
    1817_RTEMS_CPU_SUBDIR([i960],[$1]);;
Note: See TracChangeset for help on using the changeset viewer.