| author | Michael Lindo | 2011-07-06 15:17:15 (EDT) |
|---|---|---|
| committer | Vivian Kong | 2011-07-06 15:38:44 (EDT) |
| commit | d2bcf08835ea8f81e96fb04b7dffe90cbb4c595c (patch) (side-by-side diff) | |
| tree | cc6267a228207c1794598cd739fcafb5bb2b8c7d | |
| parent | 1745485853105f403d5d08c95adfa760b414a503 (diff) | |
| download | org.eclipse.cdt-d2bcf08835ea8f81e96fb04b7dffe90cbb4c595c.zip org.eclipse.cdt-d2bcf08835ea8f81e96fb04b7dffe90cbb4c595c.tar.gz org.eclipse.cdt-d2bcf08835ea8f81e96fb04b7dffe90cbb4c595c.tar.bz2 | |
Bug 350501 - add support in managed build projects for xlC v11 compiler
options - minor fix
| -rw-r--r-- | xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties | 4 | ||||
| -rw-r--r-- | xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties index 1fba317..415818f 100644 --- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties +++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties @@ -276,12 +276,12 @@ Option.optimization.strict_induction = Strict induction Option.optimization.nostrict_induction = No induction Option.optimization.tocdata = Mark data as local Option.optimization.w = Specify options to pass to specific compiler components (-W) -Option.optimization.qassert = Provides information about the characteristics of the files that can help to fine-tune optimizations (-qassert=) +Option.optimization.qassert = Provide information about the characteristics of the files that can help to fine-tune optimizations (-qassert=) Option.optimization.qassert.norefalign = norefalign Option.optimization.qassert.refalign = refalign Option.optimization.qlibmpi = Assert that functions with MPI names are in fact MPI functions (-qlibmpi) Option.optimization.qsimd = Let the compiler automatically take advantage of vector instructions for processors that support them (-qsimd) -Option.optimization.qprefetch = Inserts prefetch instructions automatically where there are opportunities to improve code performance. (-qprefetch) +Option.optimization.qprefetch = Insert prefetch instructions automatically where there are opportunities to improve code performance (-qprefetch) # Linker Options Option.Linking.b = Control how shared objects are processed by the editor (-b) diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml index 9bf9b3e..edc348d 100644 --- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml +++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.xml @@ -3247,7 +3247,7 @@ </enumeratedOptionValue> <enumeratedOptionValue id="xlc.c.compiler.option.optimization.qassert.defaut" - isDefault="false" + isDefault="true" name="%Option.default"> </enumeratedOptionValue> </option> @@ -3942,7 +3942,7 @@ description="%variableDescription" name="XL_compilerRoot" resolver="org.eclipse.cdt.managedbuilder.xlc.ui.variables.DynamicVariableResolver" - supportsArgument="false"> + supportsArgument="true"> </variable> </extension> </plugin> |

