source: rtems/c/TOOL_TARGETS @ c608efb

4.9
Last change on this file since c608efb was 74c15b62, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/08 at 16:00:41

2008-09-10 Joel Sherrill <joel.sherrill@…>

  • ACKNOWLEDGEMENTS, TOOL_TARGETS: Remove TI C4x and NIOS2 ports from 4.9 branch.
  • Property mode set to 100644
File size: 827 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: arm-rtems               ELF
9
10h8300: h8300-rtems             COFF
11
12i386: i386-rtems                ELF
13
14m68k: m68k-rtems                ELF
15
16mips: mips*-rtems               ELF             Big endian
17      mips*el-rtems             ELF             Little endian
18
19        NOTE: Little endian configuration is not in all tools and
20              is untested for RTEMS itself.
21
22nios2: nios2-elf           ELF     Little endian
23
24    NOTE: Currently there is no native nios2-rtems toolchain;
25      Altera's nios2-elf-tools can be used with wrapper scripts.
26
27powerpc: powerpc-rtems          ELF
28         powerpcle-rtems                ELF             Little endian
29
30        NOTE: Little endian configuration is not in all tools and
31              is untested for RTEMS itself.
32
33sh: sh-rtems            ELF
34
35sparc:
36        sparc-rtems             ELF
Note: See TracBrowser for help on using the repository browser.