summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2008-12-02 15:46:58 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2008-12-02 15:46:58 +0000
commitf558c69d8acbce2c828e04cd59ce85b710aa350a (patch)
treeb5bbb3226f9ff3c6b984a496aa4a860e62fe937e
parentRemoved unnecessary PATH adjustment. This cause problems under Windows since... (diff)
downloadrtems-eclipse-plug-in-f558c69d8acbce2c828e04cd59ce85b710aa350a.tar.bz2
Removed MinGW toolchain. The standard toolchain works well with MinGW.
Fixed typo in the Cygwin toolchain.
-rw-r--r--org.rtems.cdt.toolchain2/plugin.xml98
1 files changed, 6 insertions, 92 deletions
diff --git a/org.rtems.cdt.toolchain2/plugin.xml b/org.rtems.cdt.toolchain2/plugin.xml
index f8a5ac8..0a57e96 100644
--- a/org.rtems.cdt.toolchain2/plugin.xml
+++ b/org.rtems.cdt.toolchain2/plugin.xml
@@ -148,7 +148,7 @@
id="org.rtems.cdt.toolchain"
name="RTEMS Toolchain"
archList="all"
- osList="linux,solaris,hpux,aix,qnx,macosx"
+ osList="all"
targetTool="org.rtems.cdt.linker.c;org.rtems.cdt.linker.cpp;org.rtems.cdt.archiver"
scannerConfigDiscoveryProfileId="org.rtems.cdt.toolchain2.RtemsSCDProfile">
<targetPlatform
@@ -229,7 +229,7 @@
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"
isToolChainSupported="org.eclipse.cdt.managedbuilder.gnu.cygwin.IsGnuCygwinToolChainSupported"
- scannerConfigDiscoveryProfileId="org.rtems.cdt.toolchain2.RtemsSCDProfileWin">
+ scannerConfigDiscoveryProfileId="org.rtems.cdt.toolchain2.RtemsSCDProfile">
<targetPlatform
id="org.rtems.cdt.target.cygwin"
name="RTEMS Target"
@@ -251,8 +251,8 @@
commandLineGenerator="org.rtems.cdt.build.CommandLineGenerator">
<inputType
id="org.rtems.cdt.compiler.input.c.cygwin"
- superClass="cdt.managedbuild.tool.gnu.c.compiler.input"
- scannerConfigDiscoveryProfileId="org.rtems.cdt.toolchain2.RtemsSCDProfileWinC"/>
+ superClass="cdt.managedbuild.tool.gnu.c.compiler.input.cygwin"
+ scannerConfigDiscoveryProfileId="org.rtems.cdt.toolchain2.RtemsSCDProfileC"/>
</tool>
<tool
id="org.rtems.cdt.compiler.cpp.cygwin"
@@ -260,8 +260,8 @@
commandLineGenerator="org.rtems.cdt.build.CommandLineGenerator">
<inputType
id="org.rtems.cdt.compiler.cpp.input.cygwin"
- superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"
- scannerConfigDiscoveryProfileId="org.rtems.cdt.toolchain2.RtemsSCDProfileWinCPP"/>
+ scannerConfigDiscoveryProfileId="org.rtems.cdt.toolchain2.RtemsSCDProfileCPP"
+ superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input.cygwin"/>
</tool>
<tool
id="org.rtems.cdt.linker.c.cygwin"
@@ -300,83 +300,6 @@
</toolChain>
<!-- Toolchain (MinGW) -->
- <toolChain
- id="org.rtems.cdt.toolchain.mingw"
- name="RTEMS Toolchain (MinGW)"
- archList="all"
- osList="win32"
- targetTool="org.rtems.cdt.linker.c.mingw;org.rtems.cdt.linker.cpp.mingw;org.rtems.cdt.archiver.mingw"
- configurationEnvironmentSupplier="org.eclipse.cdt.managedbuilder.gnu.mingw.MingwEnvironmentVariableSupplier"
- isToolChainSupported="org.eclipse.cdt.managedbuilder.gnu.mingw.MingwIsToolChainSupported"
- scannerConfigDiscoveryProfileId="org.rtems.cdt.toolchain2.RtemsSCDProfileWin">
- <targetPlatform
- id="org.rtems.cdt.target.mingw"
- name="RTEMS Target"
- binaryParser="org.eclipse.cdt.core.ELF"
- osList="all"
- archList="all">
- </targetPlatform>
- <builder
- id="org.rtems.cdt.builder.mingw"
- superClass="cdt.managedbuild.target.gnu.builder"/>
- <tool
- id="org.rtems.cdt.assembler.mingw"
- superClass="cdt.managedbuild.tool.gnu.assembler"
- commandLineGenerator="org.rtems.cdt.build.CommandLineGenerator">
- </tool>
- <tool
- id="org.rtems.cdt.compiler.c.mingw"
- superClass="cdt.managedbuild.tool.gnu.c.compiler"
- commandLineGenerator="org.rtems.cdt.build.CommandLineGenerator">
- <inputType
- id="org.rtems.cdt.compiler.input.c.mingw"
- superClass="cdt.managedbuild.tool.gnu.c.compiler.input"
- scannerConfigDiscoveryProfileId="org.rtems.cdt.toolchain2.RtemsSCDProfileWinC"/>
- </tool>
- <tool
- id="org.rtems.cdt.compiler.cpp.mingw"
- superClass="cdt.managedbuild.tool.gnu.cpp.compiler"
- commandLineGenerator="org.rtems.cdt.build.CommandLineGenerator">
- <inputType
- id="org.rtems.cdt.compiler.cpp.input.mingw"
- superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"
- scannerConfigDiscoveryProfileId="org.rtems.cdt.toolchain2.RtemsSCDProfileWinCPP"/>
- </tool>
- <tool
- id="org.rtems.cdt.linker.c.mingw"
- superClass="cdt.managedbuild.tool.gnu.c.linker"
- commandLineGenerator="org.rtems.cdt.build.CommandLineGenerator">
- <enablement type="ALL">
- <not>
- <checkBuildProperty
- property="org.eclipse.cdt.build.core.buildArtefactType"
- value="org.eclipse.cdt.build.core.buildArtefactType.staticLib"/>
- </not>
- </enablement>
- </tool>
- <tool
- id="org.rtems.cdt.linker.cpp.mingw"
- superClass="cdt.managedbuild.tool.gnu.cpp.linker"
- commandLineGenerator="org.rtems.cdt.build.CommandLineGenerator">
- <enablement type="ALL">
- <not>
- <checkBuildProperty
- property="org.eclipse.cdt.build.core.buildArtefactType"
- value="org.eclipse.cdt.build.core.buildArtefactType.staticLib"/>
- </not>
- </enablement>
- </tool>
- <tool
- id="org.rtems.cdt.archiver.mingw"
- superClass="cdt.managedbuild.tool.gnu.archiver"
- commandLineGenerator="org.rtems.cdt.build.CommandLineGenerator">
- <enablement type="ALL">
- <checkBuildProperty
- property="org.eclipse.cdt.build.core.buildArtefactType"
- value="org.eclipse.cdt.build.core.buildArtefactType.staticLib"/>
- </enablement>
- </tool>
- </toolChain>
<!-- Project Type -->
<projectType
@@ -403,15 +326,6 @@
superClass="org.rtems.cdt.toolchain.cygwin">
</toolChain>
</configuration>
- <configuration
- id="org.rtems.cdt.config.mingw"
- name="RTEMS Executable Configuration"
- parent="org.rtems.cdt.config.base">
- <toolChain
- id="org.rtems.cdt.config.toolchain.mingw"
- superClass="org.rtems.cdt.toolchain.mingw">
- </toolChain>
- </configuration>
</projectType>
</extension>