source: rtems/c/TOOL_TARGETS @ 49c8f45

4.104.115
Last change on this file since 49c8f45 was eeec0b82, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 23:04:26

2008-12-04 Jukka Pietarinen <jukka.pietarinen@…>

  • TOOL_TARGETS: Add Lattice Mico32 support.
  • Property mode set to 100644
File size: 1.1 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
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
31lm32:
32        lm32-elf                ELF             Big endian
33
34        NOTE: Currently there is no native lm32-rtems toolchain;
35
36nios2:
37    nios2-elf           ELF     Little endian
38
39    NOTE: Currently there is no native nios2-rtems toolchain;
40      Altera's nios2-elf-tools can be used with wrapper scripts.
41
42powerpc:
43        powerpc-rtems           ELF
44        powerpcle-rtems         ELF             Little endian
45
46        NOTE: Little endian configuration is not in all tools and
47              is untested for RTEMS itself.
48
49sh:
50        sh-rtems                COFF
51        sh-rtemscoff            COFF
52        sh-rtemself             ELF
53
54        NOTE:  ELF is not completely stable for SH yet.
55
56sparc:
57        sparc-rtems             ELF
Note: See TracBrowser for help on using the repository browser.