source: rtems/c/TOOL_TARGETS @ fcb0cd46

4.104.114.84.95
Last change on this file since fcb0cd46 was 7526750, checked in by Joel Sherrill <joel.sherrill@…>, on 08/09/06 at 21:02:15

2006-08-09 Kolja Waschk <waschk@…>

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