source: rtems/c/TOOL_TARGETS @ 2732040d

4.104.114.84.95
Last change on this file since 2732040d was c7f8bbea, checked in by Joel Sherrill <joel.sherrill@…>, on 09/29/04 at 20:44:45

2004-09-29 Joel Sherrill <joel@…>

  • MAINTAINERS, README.configure, c/ACKNOWLEDGEMENTS, c/TOOL_TARGETS: i960 obsoleted and all references removed.
  • Property mode set to 100644
File size: 824 bytes
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
14h8300:
15        h8300-rtems             COFF
16
17i386:
18        i386-rtems              ELF
19
20m68k:
21        m68k-rtems              ELF
22
23
24mips:
25        mips*-rtems             ELF             Big endian
26        mips*el-rtems           ELF             Little endian
27
28        NOTE: Little endian configuration is not in all tools and
29              is untested for RTEMS itself.
30
31powerpc:
32        powerpc-rtems           ELF
33        powerpcle-rtems         ELF             Little endian
34
35        NOTE: Little endian configuration is not in all tools and
36              is untested for RTEMS itself.
37
38sh:
39        sh-rtems                COFF
40        sh-rtemscoff            COFF
41        sh-rtemself             ELF
42
43        NOTE:  ELF is not completely stable for SH yet.
44
45sparc:
46        sparc-rtems             ELF
Note: See TracBrowser for help on using the repository browser.