source: rtems/c/TOOL_TARGETS @ 75acd9e

4.115
Last change on this file since 75acd9e was 65c6425, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 17:24:46

Remove CVS Id Strings (manual edits after script)

These modifications were required by hand after running the script.
In some cases, the file names did not match patterns. In others,
the format of the file did not match any common patterns.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1The following are targets for the GNU tools (gcc, binutils, newlib, and gdb)
2that are for RTEMS, their object format, and status notes
3
4arm:
5        arm-rtems               ELF
6
7c4x:
8        c4x-rtems               COFF           Requires patches
9
10h8300:
11        h8300-rtems             COFF
12
13i386:
14        i386-rtems              ELF
15
16m68k:
17        m68k-rtems              ELF
18
19
20mips:
21        mips*-rtems             ELF             Big endian
22        mips*el-rtems           ELF             Little endian
23
24        NOTE: Little endian configuration is not in all tools and
25              is untested for RTEMS itself.
26
27lm32:
28        lm32-elf                ELF             Big endian
29
30        NOTE: Currently there is no native lm32-rtems toolchain;
31
32nios2:
33    nios2-elf           ELF     Little endian
34
35    NOTE: Currently there is no native nios2-rtems toolchain;
36      Altera's nios2-elf-tools can be used with wrapper scripts.
37
38powerpc:
39        powerpc-rtems           ELF
40        powerpcle-rtems         ELF             Little endian
41
42        NOTE: Little endian configuration is not in all tools and
43              is untested for RTEMS itself.
44
45sh:
46        sh-rtems                COFF
47        sh-rtemscoff            COFF
48        sh-rtemself             ELF
49
50        NOTE:  ELF is not completely stable for SH yet.
51
52sparc:
53        sparc-rtems             ELF
Note: See TracBrowser for help on using the repository browser.