Changeset 2934c3e in rtems


Ignore:
Timestamp:
12/23/97 16:24:21 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b2225d7
Parents:
4f7fd59
Message:

Updated for the first time in a long while.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/TESTED

    r4f7fd59 r2934c3e  
    33#
    44
    5 This file is current as of the 3.5.17 snapshot.
     5This file is current as of Decembter 23, 1997 for the snapshots
     6preceding the 4.0.0 release.
    67
    7 The RTEMS project uses SparcStations running the Solaris 2.3 operating
    8 system internally for development.  This release has been tested on the
    9 following Languages/CPUs/Targets using Solaris 2.3/SPARC as the host
    10 environment:
     8The RTEMS project uses Intel x86 based computers running the RedHat
     9distribution of the Linux operating system internally for development. 
     10This release has been tested on the following Languages/CPUs/Targets using
     11RedHat Linux 4.2 as the host environment:
    1112
    12             CPU     CPU
    13   LANGUAGE FAMILY  MODEL         TARGET             SUITES
    14   ======== ====== ========= =================== ===============
    15      C      m68k   m68000    efi68k                 (note 1)
    16      C      m68k   m68020    Motorola MVME136      ALL TESTS
    17      C      m68k   m68020    Motorola MVME147       (note 1)
    18      C      m68k  m68lc040   Motorola MVME162       (note 1)
    19      C      m68k  m68ec040   Motorola IDP           (note 1)
    20      C      m68k   m68020    DY-4 DMV152            (note 1)
    21      C      m68k   m68302    generic 68302          (note 1)
    22      C      m68k   m68332    efi332                 (note 1)
    23      C      m68k   m68302    generic 68360          (note 1)
    24      C      i386  i386_fp    Force CPU-386         ALL TESTS
    25      C      i386   i486      DJGPP/PC-AT           ALL TESTS
    26      C      i386  pentium    DJGPP/PC-AT           ALL TESTS
    27      C      i960  i960ca     Cyclone CVME961        (note 4)
    28      C      hppa  hppa7100   simhppa                (note 1)
    29      C      ppc    403       Papyrus                (note 1)
    30      C      UNIX     NA      Solaris 2 (SPARC)     ALL TESTS (inlines)
    31      C      UNIX     NA      Solaris 2 (SPARC)     ALL TESTS (macros)
    32      C      UNIX     NA      Linux (i386)          NOT TESTED
    33      C      UNIX     NA      HPUX (PA-RISC)         (note 2)
    34      C     no_cpu    NA      no_bsp                 (note 3)
     13   CPU     CPU
     14  FAMILY  MODEL             TARGET               SUITES
     15  ====== ========= =======================   ===============
     16   m68k   m68000    efi68k                       (note 1)
     17   m68k   m68020    Motorola MVME136            NOT TESTED
     18   m68k   m68030    Motorola MVME147             (note 1)
     19   m68k   m68030    Motorola MVME147s            (note 1)
     20   m68k  m68lc040   Motorola MVME162             (note 1)
     21   m68k  m68lc040   Motorola MVME162LX           (note 1)
     22   m68k  m68ec040   Motorola IDP                 (note 1)
     23   m68k   m68020    DY-4 DMV152                  (note 1)
     24   m68k   m68302    generic 68302                (note 1)
     25   m68k   m68332    efi332                       (note 1)
     26   m68k   m68360    generic 68360                (note 1)
     27   m68k   m68360    68360 in companion mode      (note 1)
     28   i386  i386_fp    Force CPU-386                (note 1)
     29   i386  i386ex     generic i386ex               (note 1)
     30   i386   i486      DJGPP/PC-AT                 NOT TESTED
     31   i386  pentium    DJGPP/PC-AT                 NOT TESTED
     32   i386   ix86      bare PC (pc386)             NOT TESTED
     33   i960  i960ca     Cyclone CVME961              (note 4)
     34   hppa  hppa7100   simhppa                      (note 1)
     35   mips  idt4600    p4000                        (note 1)
     36   mips  idt4650    p4000                        (note 1)
     37   ppc    403       Papyrus                      (note 1)
     38  sparc   erc32     generic erc32               ALL TESTS (note 5)
     39   a29k   a29k      port sw                      (note 2)
     40   UNIX     NA      Solaris 2 (SPARC)            (note 2)
     41   UNIX     NA      Solaris 2 (SPARC)            (note 2)
     42   UNIX     NA      Linux (i386)                ALL TESTS (inlines)
     43   UNIX     NA      Linux (i386)                ALL TESTS (macros)
     44   UNIX     NA      HPUX (PA-RISC)               (note 2)
     45  no_cpu    NA      no_bsp                       (note 3)
    3546
    3647NOTES:
     
    4556
    4657(2) RTEMS Project cannot internally compile or test this target.
     58    As of 4.0.0, the HP-UX is not recognized in the configure script
     59    The a29k does not use GNU tools and may suffer from bit rot.
    4760
    4861(3) Target is not intended to be executed.  It is only an example.
     
    5063(4) The board owned by the RTEMS Project is broken.  The BSP is known
    5164    to compile and link with all appropriate tests successfully.
     65
     66(5) This BSP is tested on the SPARC Instruction Simulator (SIS).
Note: See TracChangeset for help on using the changeset viewer.