source: rtems/c/TOOL_TARGETS @ 6af8512c

4.104.114.84.95
Last change on this file since 6af8512c was 223d791, checked in by Joel Sherrill <joel.sherrill@…>, on 05/25/01 at 16:22:38

2001-05-25 Joel Sherrill <joel@…>

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