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:
parent
cf441acc8b
commit
d4669c9f1b
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue