mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
Commit for bug 57860 -- Managed make builder cannot handle .s files
This commit is contained in:
parent
08ba5b3731
commit
87e950ec5a
1 changed files with 5 additions and 2 deletions
|
@ -438,7 +438,7 @@
|
|||
name="%Option.Posix.UndefSym"
|
||||
id="gnu.windres.option.preprocessor.undefined.symbols"/>
|
||||
</tool-->
|
||||
<!--tool
|
||||
<tool
|
||||
command="as"
|
||||
sources="s,S"
|
||||
outputs="o"
|
||||
|
@ -478,7 +478,7 @@
|
|||
category="gnu.asm.category.general"
|
||||
name="%Option.Gnu.Assembler.version"
|
||||
id="gnu.both.asm.option.version"/>
|
||||
</tool-->
|
||||
</tool>
|
||||
<target
|
||||
name="%TargetName.gnu"
|
||||
id="cdt.managedbuild.target.gnu"
|
||||
|
@ -953,6 +953,9 @@
|
|||
valueType="boolean">
|
||||
</option>
|
||||
</tool>
|
||||
<toolReference
|
||||
outputs="o"
|
||||
id="cdt.managedbuild.tool.gnu.assembler"/>
|
||||
</target>
|
||||
<target
|
||||
isAbstract="false"
|
||||
|
|
Loading…
Add table
Reference in a new issue