source: rtems-eclipse-plug-in/org.rtems.cdt.toolchain/plugin.properties @ 3f9edcc

Last change on this file since 3f9edcc was 52a6839, checked in by Joel Sherrill <joel.sherrill@…>, on 11/20/08 at 16:33:19

Initial import.

  • Property mode set to 100644
File size: 2.8 KB
Line 
1###############################################################################
2# Note about steps of updating plugin.properties:
3#
4# 0. clean then rebuild
5# 1. remove the old plugin by deleting the jar file
6# 2. start Eclipse, and then close it
7#    (w/o this step, somehow it remembers old plugin, so you cannot see your
8#     changes)
9# 3. copy new plugin jar file into Eclipse plugins directory
10# 4. restart Eclipse
11###############################################################################
12
13RTEMS.Debug=Debug
14RTEMS.Release=Release
15
16RTEMS.C.Linker.Shared.Libgcc=Shared libgcc (-shared-libgcc)
17RTEMS.CPP.Linker.Shared.Libgcc=Shared libgcc (-shared-libgcc)
18
19RTEMS.C.Linker.Start.Address=Start Address (-Wl,-Ttext,)
20RTEMS.CPP.Linker.Start.Address=Start Address (-Wl,-Ttext,)
21
22RTEMS.C.Compiler.CPU.Type=CPU Type (-mtune=)
23RTEMS.CPP.Compiler.CPU.Type=CPU Type (-mtune=)
24RTEMS.C.Linker.CPU.Type=CPU Type (-mtune=)
25RTEMS.CPP.Linker.CPU.Type=CPU Type (-mtune=)
26
27RTEMS.C.Compiler.Search.Path=Search Path (-B)
28RTEMS.CPP.Compiler.Search.Path=Search Path (-B)
29RTEMS.C.Link.Search.Path=Search Path (-B)
30RTEMS.CPP.Link.Search.Path=Search Path (-B)
31
32RTEMS.C.Compiler.Specs=Specs (-specs=)
33RTEMS.CPP.Compiler.Specs=Specs (-specs=)
34RTEMS.C.Linker.Specs=Specs (-specs=)
35RTEMS.CPP.Linker.Specs=Specs (-specs=)
36
37C.Link.OptionCategory.RTEMS=RTEMS Specific
38CPP.Link.OptionCategory.RTEMS=RTEMS Specific
39
40RTEMS.C.Link.Option.Mgr.Barrier=Enable Barrier
41RTEMS.CPP.Link.Option.Mgr.Barrier=Enable Barrier
42
43RTEMS.C.Link.Option.Mgr.Console=Enable Console
44RTEMS.CPP.Link.Option.Mgr.Console=Enable Console
45
46RTEMS.C.Link.Option.Mgr.Dual.Ported.Memory=Enable Dual Ported Memory
47RTEMS.CPP.Link.Option.Mgr.Dual.Ported.Memory=Enable Dual Ported Memory
48
49RTEMS.C.Link.Option.Mgr.Event=Enable Event
50RTEMS.CPP.Link.Option.Mgr.Event=Enable Event
51
52RTEMS.C.Link.Option.Mgr.File.System=Enable File System
53RTEMS.CPP.Link.Option.Mgr.File.System=Enable File System
54
55RTEMS.C.Link.Option.Mgr.IO=Enable I/O
56RTEMS.CPP.Link.Option.Mgr.IO=Enable I/O
57
58RTEMS.C.Link.Option.Mgr.Multi.Processor=Enable Multi-Processor
59RTEMS.CPP.Link.Option.Mgr.Multi.Processor=Enable Multi-Processor
60
61RTEMS.C.Link.Option.Mgr.Message=Enable Message
62RTEMS.CPP.Link.Option.Mgr.Message=Enable Message
63
64RTEMS.C.Link.Option.Mgr.Partition=Enable Partition
65RTEMS.CPP.Link.Option.Mgr.Partition=Enable Partition
66
67RTEMS.C.Link.Option.Mgr.Region=Enable Region
68RTEMS.CPP.Link.Option.Mgr.Region=Enable Region
69
70RTEMS.C.Link.Option.Mgr.Rate.Monotonic=Enable Rate Monotonic
71RTEMS.CPP.Link.Option.Mgr.Rate.Monotonic=Enable Rate Monotonic
72
73RTEMS.C.Link.Option.Mgr.Semaphore=Enable Semaphore
74RTEMS.CPP.Link.Option.Mgr.Semaphore=Enable Semaphore
75
76RTEMS.C.Link.Option.Mgr.Signal=Enable Signal
77RTEMS.CPP.Link.Option.Mgr.Signal=Enable Signal
78
79RTEMS.C.Link.Option.Mgr.Timer=Enable Timer
80RTEMS.CPP.Link.Option.Mgr.Timer=Enable Timer
81
Note: See TracBrowser for help on using the repository browser.