summaryrefslogtreecommitdiffstats
path: root/org.rtems.cdt.toolchain/plugin.properties
diff options
context:
space:
mode:
Diffstat (limited to 'org.rtems.cdt.toolchain/plugin.properties')
-rw-r--r--org.rtems.cdt.toolchain/plugin.properties81
1 files changed, 81 insertions, 0 deletions
diff --git a/org.rtems.cdt.toolchain/plugin.properties b/org.rtems.cdt.toolchain/plugin.properties
new file mode 100644
index 0000000..8b31be6
--- /dev/null
+++ b/org.rtems.cdt.toolchain/plugin.properties
@@ -0,0 +1,81 @@
+###############################################################################
+# Note about steps of updating plugin.properties:
+#
+# 0. clean then rebuild
+# 1. remove the old plugin by deleting the jar file
+# 2. start Eclipse, and then close it
+# (w/o this step, somehow it remembers old plugin, so you cannot see your
+# changes)
+# 3. copy new plugin jar file into Eclipse plugins directory
+# 4. restart Eclipse
+###############################################################################
+
+RTEMS.Debug=Debug
+RTEMS.Release=Release
+
+RTEMS.C.Linker.Shared.Libgcc=Shared libgcc (-shared-libgcc)
+RTEMS.CPP.Linker.Shared.Libgcc=Shared libgcc (-shared-libgcc)
+
+RTEMS.C.Linker.Start.Address=Start Address (-Wl,-Ttext,)
+RTEMS.CPP.Linker.Start.Address=Start Address (-Wl,-Ttext,)
+
+RTEMS.C.Compiler.CPU.Type=CPU Type (-mtune=)
+RTEMS.CPP.Compiler.CPU.Type=CPU Type (-mtune=)
+RTEMS.C.Linker.CPU.Type=CPU Type (-mtune=)
+RTEMS.CPP.Linker.CPU.Type=CPU Type (-mtune=)
+
+RTEMS.C.Compiler.Search.Path=Search Path (-B)
+RTEMS.CPP.Compiler.Search.Path=Search Path (-B)
+RTEMS.C.Link.Search.Path=Search Path (-B)
+RTEMS.CPP.Link.Search.Path=Search Path (-B)
+
+RTEMS.C.Compiler.Specs=Specs (-specs=)
+RTEMS.CPP.Compiler.Specs=Specs (-specs=)
+RTEMS.C.Linker.Specs=Specs (-specs=)
+RTEMS.CPP.Linker.Specs=Specs (-specs=)
+
+C.Link.OptionCategory.RTEMS=RTEMS Specific
+CPP.Link.OptionCategory.RTEMS=RTEMS Specific
+
+RTEMS.C.Link.Option.Mgr.Barrier=Enable Barrier
+RTEMS.CPP.Link.Option.Mgr.Barrier=Enable Barrier
+
+RTEMS.C.Link.Option.Mgr.Console=Enable Console
+RTEMS.CPP.Link.Option.Mgr.Console=Enable Console
+
+RTEMS.C.Link.Option.Mgr.Dual.Ported.Memory=Enable Dual Ported Memory
+RTEMS.CPP.Link.Option.Mgr.Dual.Ported.Memory=Enable Dual Ported Memory
+
+RTEMS.C.Link.Option.Mgr.Event=Enable Event
+RTEMS.CPP.Link.Option.Mgr.Event=Enable Event
+
+RTEMS.C.Link.Option.Mgr.File.System=Enable File System
+RTEMS.CPP.Link.Option.Mgr.File.System=Enable File System
+
+RTEMS.C.Link.Option.Mgr.IO=Enable I/O
+RTEMS.CPP.Link.Option.Mgr.IO=Enable I/O
+
+RTEMS.C.Link.Option.Mgr.Multi.Processor=Enable Multi-Processor
+RTEMS.CPP.Link.Option.Mgr.Multi.Processor=Enable Multi-Processor
+
+RTEMS.C.Link.Option.Mgr.Message=Enable Message
+RTEMS.CPP.Link.Option.Mgr.Message=Enable Message
+
+RTEMS.C.Link.Option.Mgr.Partition=Enable Partition
+RTEMS.CPP.Link.Option.Mgr.Partition=Enable Partition
+
+RTEMS.C.Link.Option.Mgr.Region=Enable Region
+RTEMS.CPP.Link.Option.Mgr.Region=Enable Region
+
+RTEMS.C.Link.Option.Mgr.Rate.Monotonic=Enable Rate Monotonic
+RTEMS.CPP.Link.Option.Mgr.Rate.Monotonic=Enable Rate Monotonic
+
+RTEMS.C.Link.Option.Mgr.Semaphore=Enable Semaphore
+RTEMS.CPP.Link.Option.Mgr.Semaphore=Enable Semaphore
+
+RTEMS.C.Link.Option.Mgr.Signal=Enable Signal
+RTEMS.CPP.Link.Option.Mgr.Signal=Enable Signal
+
+RTEMS.C.Link.Option.Mgr.Timer=Enable Timer
+RTEMS.CPP.Link.Option.Mgr.Timer=Enable Timer
+