source: rtems/c/TOOL_TARGETS @ 2c48597d

4.104.114.84.95
Last change on this file since 2c48597d was 3d4c7390, checked in by Joel Sherrill <joel.sherrill@…>, on 11/07/02 at 15:46:17

2002-11-07 Joel Sherrill <joel@…>

  • TOOL_TARGETS: Updated.
  • PROBLEMS, README, REQUIRES, TESTED, UPDATE_HELP: Removed since they were obsolete.
  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[1cf469f]1#
2#  $Id$
3#
4
[223d791]5The following are targets for the GNU tools (gcc, binutils, newlib, and gdb)
[1cf469f]6that are for RTEMS, their object format, and status notes
7
[223d791]8arm:
9        arm-rtems               ELF
10
11c4x:
12        c4x-rtems               COFF           Requires patches
13
[1cf469f]14hppa:
15        hppa1.1-rtems           ELF
16       
17
[223d791]18h8300:
19        h8300-rtems             COFF
20
[1cf469f]21i386:
22        i386-rtems              ELF
23        i386-rtemself           ELF
24        i386-rtemscoff          COFF            Obsoleted
[0439dba]25        i386-go32-rtems         COFF            Obsoleted - no supporting BSP
[1cf469f]26
27i960:
28        i960-rtems              COFF            Switch to ELF when possible
29        i960-rtemscoff          COFF
30        i960-rtemself           ELF             Not currently in any tools
31
[3d4c7390]32        NOTE: As of October 2002, i960 has been deprecated in gdb and gcc.
[1cf469f]33
34m68k:
35        m68k-rtems              COFF            Switch to ELF when possible
36        m68k-rtemscoff          COFF
37        m68k-rtemself           ELF             Not in all tools
38
39        NOTE: m68k-elf is in post egcs 1.1.2 snapshots.
40
41mips:
42        mips*-rtems             ELF             Big endian
43        mips*el-rtems           ELF             Little endian
44
45        NOTE: Little endian configuration is not in all tools and
46              is untested for RTEMS itself.
47
48powerpc:
49        powerpc-rtems           ELF
50        powerpcle-rtems         ELF             Little endian
51
52        NOTE: Little endian configuration is not in all tools and
53              is untested for RTEMS itself.
54
55sh:
56        sh-rtems                COFF
57        sh-rtemscoff            COFF
58        sh-rtemself             ELF
59
60        NOTE:  ELF is not completely stable for SH yet.
61
62sparc:
63        sparc-rtems             ELF
64        sparc-rtemself          ELF
65        sparc-rtemsaout         A.OUT
Note: See TracBrowser for help on using the repository browser.