Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.ui/plugin.xml')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.ui/plugin.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.ui/plugin.xml b/build/org.eclipse.cdt.managedbuilder.ui/plugin.xml
index 4ef0b46ddf7..31d56caa7d5 100644
--- a/build/org.eclipse.cdt.managedbuilder.ui/plugin.xml
+++ b/build/org.eclipse.cdt.managedbuilder.ui/plugin.xml
@@ -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,7 +953,6 @@
valueType="boolean">
</option>
</tool>
- <toolReference id="cdt.managedbuild.tool.gnu.assembler"/>
</target>
<target
isAbstract="false"

Back to the top