Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/xlc
diff options
context:
space:
mode:
authorChris Recoskie2011-07-26 21:09:11 +0000
committerChris Recoskie2011-07-26 21:09:11 +0000
commit43acd6a0f8e1cbe0fb7aa0a8f343bf69011583fa (patch)
treeba8844c6705cdc0a010ea5caafb7a7b064838c89 /xlc
parentbf54f2dad4c8e9a350f014d1d24ed9c391af38ab (diff)
downloadorg.eclipse.cdt-43acd6a0f8e1cbe0fb7aa0a8f343bf69011583fa.tar.gz
org.eclipse.cdt-43acd6a0f8e1cbe0fb7aa0a8f343bf69011583fa.tar.xz
org.eclipse.cdt-43acd6a0f8e1cbe0fb7aa0a8f343bf69011583fa.zip
Bug 351255 - Generated makefile should use user specified compiler path
instead of workspace preference
Diffstat (limited to 'xlc')
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
index 801baa8f5ba..45ab6e4a9c7 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml
@@ -3933,7 +3933,7 @@
</wizardPage>
</extension>
- <extension
+ <!--extension
point="org.eclipse.core.variables.dynamicVariables">
<variable
description="%variableDescription"
@@ -3941,7 +3941,7 @@
resolver="org.eclipse.cdt.managedbuilder.xlc.ui.variables.DynamicVariableResolver"
supportsArgument="true">
</variable>
- </extension>
+ </extension -->
</plugin>

Back to the top