summaryrefslogtreecommitdiffstats
path: root/org.rtems.cdt.toolchain2/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.rtems.cdt.toolchain2/plugin.xml')
-rw-r--r--org.rtems.cdt.toolchain2/plugin.xml36
1 files changed, 18 insertions, 18 deletions
diff --git a/org.rtems.cdt.toolchain2/plugin.xml b/org.rtems.cdt.toolchain2/plugin.xml
index 5741067..05d2b3a 100644
--- a/org.rtems.cdt.toolchain2/plugin.xml
+++ b/org.rtems.cdt.toolchain2/plugin.xml
@@ -72,7 +72,7 @@
name="RTEMS Scanner Configuration Discovery Profile (Windows)"
point="org.eclipse.cdt.make.core.ScannerConfigurationDiscoveryProfile">
<scannerInfoCollector
- class="org.rtems.cdt.build.WinScannerInfoCollector"
+ class="org.rtems.cdt.build.CygwinScannerInfoCollector"
scope="project"/>
<buildOutputProvider>
<open/>
@@ -81,7 +81,7 @@
<scannerInfoProvider providerId="specsFile">
<run
arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}"
- class="org.rtems.cdt.build.RunScannerInfoProvider"/>
+ class="org.rtems.cdt.build.CygwinRunScannerInfoProvider"/>
<scannerInfoConsoleParser class="org.eclipse.cdt.make.internal.core.scannerconfig.gnu.GCCSpecsConsoleParser"/>
</scannerInfoProvider>
</extension>
@@ -90,7 +90,7 @@
name="RTEMS Scanner Configuration Discovery Profile (Windows)"
point="org.eclipse.cdt.make.core.ScannerConfigurationDiscoveryProfile">
<scannerInfoCollector
- class="org.rtems.cdt.build.WinScannerInfoCollector"
+ class="org.rtems.cdt.build.CygwinScannerInfoCollector"
scope="project"/>
<buildOutputProvider>
<open/>
@@ -99,7 +99,7 @@
<scannerInfoProvider providerId="specsFile">
<run
arguments="-E -P -v -dD ${plugin_state_location}/specs.c"
- class="org.rtems.cdt.build.RunScannerInfoProvider"/>
+ class="org.rtems.cdt.build.CygwinRunScannerInfoProvider"/>
<scannerInfoConsoleParser class="org.eclipse.cdt.make.internal.core.scannerconfig.gnu.GCCSpecsConsoleParser"/>
</scannerInfoProvider>
</extension>
@@ -108,7 +108,7 @@
name="RTEMS Scanner Configuration Discovery Profile (Windows)"
point="org.eclipse.cdt.make.core.ScannerConfigurationDiscoveryProfile">
<scannerInfoCollector
- class="org.rtems.cdt.build.WinScannerInfoCollector"
+ class="org.rtems.cdt.build.CygwinScannerInfoCollector"
scope="project"/>
<buildOutputProvider>
<open/>
@@ -117,7 +117,7 @@
<scannerInfoProvider providerId="specsFile">
<run
arguments="-E -P -v -dD ${plugin_state_location}/specs.cpp"
- class="org.rtems.cdt.build.RunScannerInfoProvider"/>
+ class="org.rtems.cdt.build.CygwinRunScannerInfoProvider"/>
<scannerInfoConsoleParser class="org.eclipse.cdt.make.internal.core.scannerconfig.gnu.GCCSpecsConsoleParser"/>
</scannerInfoProvider>
</extension>
@@ -145,12 +145,13 @@
<!-- Toolchain (Standard) -->
<toolChain
+ archList="all"
+ configurationEnvironmentSupplier="org.rtems.cdt.build.EnvironmentSupplier"
id="org.rtems.cdt.toolchain"
name="RTEMS Toolchain"
- archList="all"
osList="all"
- targetTool="org.rtems.cdt.linker.c;org.rtems.cdt.linker.cpp;org.rtems.cdt.archiver"
- scannerConfigDiscoveryProfileId="org.rtems.cdt.toolchain2.RtemsSCDProfile">
+ scannerConfigDiscoveryProfileId="org.rtems.cdt.toolchain2.RtemsSCDProfile"
+ targetTool="org.rtems.cdt.linker.c;org.rtems.cdt.linker.cpp;org.rtems.cdt.archiver">
<targetPlatform
id="org.rtems.cdt.target"
name="RTEMS Target"
@@ -227,7 +228,7 @@
archList="all"
osList="win32"
targetTool="org.rtems.cdt.linker.c.cygwin;org.rtems.cdt.linker.cpp.cygwin;org.rtems.cdt.archiver.cygwin"
- configurationEnvironmentSupplier="org.eclipse.cdt.managedbuilder.gnu.cygwin.GnuCygwinConfigurationEnvironmentSupplier"
+ configurationEnvironmentSupplier="org.rtems.cdt.build.CygwinEnvironmentSupplier"
isToolChainSupported="org.eclipse.cdt.managedbuilder.gnu.cygwin.IsGnuCygwinToolChainSupported"
scannerConfigDiscoveryProfileId="org.rtems.cdt.toolchain2.RtemsSCDProfileWin">
<targetPlatform
@@ -243,12 +244,12 @@
<tool
id="org.rtems.cdt.assembler.cygwin"
superClass="cdt.managedbuild.tool.gnu.assembler"
- commandLineGenerator="org.rtems.cdt.build.CommandLineGenerator">
+ commandLineGenerator="org.rtems.cdt.build.CygwinCommandLineGenerator">
</tool>
<tool
id="org.rtems.cdt.compiler.c.cygwin"
superClass="cdt.managedbuild.tool.gnu.c.compiler.cygwin"
- commandLineGenerator="org.rtems.cdt.build.CommandLineGenerator">
+ commandLineGenerator="org.rtems.cdt.build.CygwinCommandLineGenerator">
<inputType
id="org.rtems.cdt.compiler.input.c.cygwin"
superClass="cdt.managedbuild.tool.gnu.c.compiler.input.cygwin"
@@ -257,7 +258,7 @@
<tool
id="org.rtems.cdt.compiler.cpp.cygwin"
superClass="cdt.managedbuild.tool.gnu.cpp.compiler.cygwin"
- commandLineGenerator="org.rtems.cdt.build.CommandLineGenerator">
+ commandLineGenerator="org.rtems.cdt.build.CygwinCommandLineGenerator">
<inputType
id="org.rtems.cdt.compiler.cpp.input.cygwin"
scannerConfigDiscoveryProfileId="org.rtems.cdt.toolchain2.RtemsSCDProfileWinCPP"
@@ -266,7 +267,7 @@
<tool
id="org.rtems.cdt.linker.c.cygwin"
superClass="cdt.managedbuild.tool.gnu.c.linker.cygwin"
- commandLineGenerator="org.rtems.cdt.build.CommandLineGenerator">
+ commandLineGenerator="org.rtems.cdt.build.CygwinCommandLineGenerator">
<enablement type="ALL">
<not>
<checkBuildProperty
@@ -278,7 +279,7 @@
<tool
id="org.rtems.cdt.linker.cpp.cygwin"
superClass="cdt.managedbuild.tool.gnu.cpp.linker.cygwin"
- commandLineGenerator="org.rtems.cdt.build.CommandLineGenerator">
+ commandLineGenerator="org.rtems.cdt.build.CygwinCommandLineGenerator">
<enablement type="ALL">
<not>
<checkBuildProperty
@@ -290,7 +291,7 @@
<tool
id="org.rtems.cdt.archiver.cygwin"
superClass="cdt.managedbuild.tool.gnu.archiver"
- commandLineGenerator="org.rtems.cdt.build.CommandLineGenerator">
+ commandLineGenerator="org.rtems.cdt.build.CygwinCommandLineGenerator">
<enablement type="ALL">
<checkBuildProperty
property="org.eclipse.cdt.build.core.buildArtefactType"
@@ -303,8 +304,7 @@
<projectType
buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe"
id="org.rtems.cdt.projectType"
- name="RTEMS Executable"
- projectEnvironmentSupplier="org.rtems.cdt.build.EnvironmentSupplier">
+ name="RTEMS Executable">
<configuration
id="org.rtems.cdt.config"
name="RTEMS Executable Configuration"