source: rtems/c/TOOL_TARGETS @ 5e77d129

4.104.114.84.95
Last change on this file since 5e77d129 was 0439dba, checked in by Joel Sherrill <joel.sherrill@…>, on 10/05/99 at 19:03:38

Removed targets and configurations that are no longer functional
and not likely to become so. Comments on each configuration
are below.

+ Force CPU386 - This BSP was developed as part of the initial

port of RTEMS to the i386. This board has been unavailable
for a long time now.

+ GO32 - This BSP and some CPU code supported djgpp v1.x. This

version is now quite old. No one has stepped forward to
update the code to v2.x which may be technically impossible
anyway. More importantly, go32 has been superceded by the pc386 BSP.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1#
2#  $Id$
3#
4
5The following are targets for the GNU tools (egcs, binutils, newlib, and gdb)
6that are for RTEMS, their object format, and status notes
7
8hppa:
9        hppa1.1-rtems           ELF
10       
11
12i386:
13        i386-rtems              ELF
14        i386-rtemself           ELF
15        i386-rtemscoff          COFF            Obsoleted
16        i386-go32-rtems         COFF            Obsoleted - no supporting BSP
17
18i960:
19        i960-rtems              COFF            Switch to ELF when possible
20        i960-rtemscoff          COFF
21        i960-rtemself           ELF             Not currently in any tools
22
23        NOTE: i960-elf is in post binutils 2.9.1 snapshots.
24
25m68k:
26        m68k-rtems              COFF            Switch to ELF when possible
27        m68k-rtemscoff          COFF
28        m68k-rtemself           ELF             Not in all tools
29
30        NOTE: m68k-elf is in post egcs 1.1.2 snapshots.
31
32mips:
33        mips*-rtems             ELF             Big endian
34        mips*el-rtems           ELF             Little endian
35
36        NOTE: Little endian configuration is not in all tools and
37              is untested for RTEMS itself.
38
39powerpc:
40        powerpc-rtems           ELF
41        powerpcle-rtems         ELF             Little endian
42
43        NOTE: Little endian configuration is not in all tools and
44              is untested for RTEMS itself.
45
46sh:
47        sh-rtems                COFF
48        sh-rtemscoff            COFF
49        sh-rtemself             ELF
50
51        NOTE:  ELF is not completely stable for SH yet.
52
53sparc:
54        sparc-rtems             ELF
55        sparc-rtemself          ELF
56        sparc-rtemsaout         A.OUT
Note: See TracBrowser for help on using the repository browser.