1
0
Fork 0
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:
Marc-Andre Laperle 2011-07-26 01:45:29 -04:00
parent 510afbddc7
commit 33e6d03262

View file

@ -118,6 +118,13 @@
</checkBuildProperty>
</enablement>
</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>
<projectType
buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe"