mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 293938 - Add GCC Assembler to Cross GCC Toolchain
This commit is contained in:
parent
510afbddc7
commit
33e6d03262
1 changed files with 7 additions and 0 deletions
|
@ -118,6 +118,13 @@
|
||||||
</checkBuildProperty>
|
</checkBuildProperty>
|
||||||
</enablement>
|
</enablement>
|
||||||
</tool>
|
</tool>
|
||||||
|
<tool
|
||||||
|
commandLineGenerator="org.eclipse.cdt.internal.build.crossgcc.CrossCommandLineGenerator"
|
||||||
|
id="cdt.managedbuild.tool.gnu.cross.assembler"
|
||||||
|
isAbstract="false"
|
||||||
|
name="Cross GCC Assembler"
|
||||||
|
superClass="cdt.managedbuild.tool.gnu.assembler">
|
||||||
|
</tool>
|
||||||
</toolChain>
|
</toolChain>
|
||||||
<projectType
|
<projectType
|
||||||
buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe"
|
buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe"
|
||||||
|
|
Loading…
Add table
Reference in a new issue