Changeset 79b15c1d in rtems


Ignore:
Timestamp:
07/31/02 13:32:27 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4bfe135
Parents:
35b0633
Message:

2002-07-31 Joel Sherrill <joel@…>

  • aclocal/rtems-cpu-subdirs.m4: Removed the or16 port was just a stub and only the OR32 port is getting worked on.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r35b0633 r79b15c1d  
     12002-07-31      Joel Sherrill <joel@OARcorp.com>
     2
     3        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
     4        was just a stub and only the OR32 port is getting worked on.
     5
    162002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • aclocal/rtems-cpu-subdirs.m4

    r35b0633 r79b15c1d  
    2222_RTEMS_CPU_SUBDIR([mips64orion],[$1]);;
    2323_RTEMS_CPU_SUBDIR([no_cpu],[$1]);;
    24 _RTEMS_CPU_SUBDIR([or16],[$1]);;
    2524_RTEMS_CPU_SUBDIR([or32],[$1]);;
    2625_RTEMS_CPU_SUBDIR([powerpc],[$1]);;
  • cpukit/ChangeLog

    r35b0633 r79b15c1d  
     12002-07-31      Joel Sherrill <joel@OARcorp.com>
     2
     3        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
     4        was just a stub and only the OR32 port is getting worked on.
     5
    162002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • cpukit/aclocal/rtems-cpu-subdirs.m4

    r35b0633 r79b15c1d  
    2222_RTEMS_CPU_SUBDIR([mips64orion],[$1]);;
    2323_RTEMS_CPU_SUBDIR([no_cpu],[$1]);;
    24 _RTEMS_CPU_SUBDIR([or16],[$1]);;
    2524_RTEMS_CPU_SUBDIR([or32],[$1]);;
    2625_RTEMS_CPU_SUBDIR([powerpc],[$1]);;
Note: See TracChangeset for help on using the changeset viewer.