1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 300762 - Added C compiler to cross gcc tool chain.

This commit is contained in:
Doug Schaefer 2010-01-26 04:34:44 +00:00
parent cf441acc8b
commit d4669c9f1b

View file

@ -48,6 +48,13 @@
resourceFilter="all"
valueType="string">
</option>
<tool
commandLineGenerator="org.eclipse.cdt.internal.build.crossgcc.CrossCommandLineGenerator"
id="cdt.managedbuild.tool.gnu.cross.c.compiler"
isAbstract="false"
name="Cross GCC Compiler"
superClass="cdt.managedbuild.tool.gnu.c.compiler">
</tool>
<tool
commandLineGenerator="org.eclipse.cdt.internal.build.crossgcc.CrossCommandLineGenerator"
id="cdt.managedbuild.tool.gnu.cross.cpp.compiler"