mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
That last change shouldn't have included the assembler tool definition
This commit is contained in:
parent
29ab091666
commit
995d86e7e5
1 changed files with 2 additions and 3 deletions
|
@ -438,7 +438,7 @@
|
||||||
name="%Option.Posix.UndefSym"
|
name="%Option.Posix.UndefSym"
|
||||||
id="gnu.windres.option.preprocessor.undefined.symbols"/>
|
id="gnu.windres.option.preprocessor.undefined.symbols"/>
|
||||||
</tool-->
|
</tool-->
|
||||||
<tool
|
<!--tool
|
||||||
command="as"
|
command="as"
|
||||||
sources="s,S"
|
sources="s,S"
|
||||||
outputs="o"
|
outputs="o"
|
||||||
|
@ -478,7 +478,7 @@
|
||||||
category="gnu.asm.category.general"
|
category="gnu.asm.category.general"
|
||||||
name="%Option.Gnu.Assembler.version"
|
name="%Option.Gnu.Assembler.version"
|
||||||
id="gnu.both.asm.option.version"/>
|
id="gnu.both.asm.option.version"/>
|
||||||
</tool>
|
</tool-->
|
||||||
<target
|
<target
|
||||||
name="%TargetName.gnu"
|
name="%TargetName.gnu"
|
||||||
id="cdt.managedbuild.target.gnu"
|
id="cdt.managedbuild.target.gnu"
|
||||||
|
@ -953,7 +953,6 @@
|
||||||
valueType="boolean">
|
valueType="boolean">
|
||||||
</option>
|
</option>
|
||||||
</tool>
|
</tool>
|
||||||
<toolReference id="cdt.managedbuild.tool.gnu.assembler"/>
|
|
||||||
</target>
|
</target>
|
||||||
<target
|
<target
|
||||||
isAbstract="false"
|
isAbstract="false"
|
||||||
|
|
Loading…
Add table
Reference in a new issue