mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 350501 - add support in managed build projects for xlC v11
compiler options - fix the qlistfmt option Change-Id: Ib58a3decab781349c1160e3adeb7e431c7b6b168
This commit is contained in:
parent
6146c69bc7
commit
03069ff7f7
2 changed files with 2 additions and 24 deletions
|
@ -3412,34 +3412,12 @@
|
|||
</enumeratedOptionValue>
|
||||
</option>
|
||||
<option
|
||||
applicabilityCalculator="org.eclipse.cdt.managedbuilder.xlc.ui.properties.XLCApplicabilityCalculator"
|
||||
category="xlc.c.compiler.category.lm"
|
||||
command="-qlistfmt"
|
||||
id="xlc.c.compiler.option.lm.qlistfmt"
|
||||
name="%Option.qlistfmt"
|
||||
valueType="string">
|
||||
<enumeratedOptionValue
|
||||
id="xlc.c.lm.attr.none"
|
||||
isDefault="false"
|
||||
name="%Option.none">
|
||||
</enumeratedOptionValue>
|
||||
<enumeratedOptionValue
|
||||
command="-qnoattr"
|
||||
id="xlc.c.lm.attr.noattr"
|
||||
isDefault="false"
|
||||
name="%Option.attr.noattr">
|
||||
</enumeratedOptionValue>
|
||||
<enumeratedOptionValue
|
||||
command="-qattr=full"
|
||||
id="xlc.c.lm.attr.fullattr"
|
||||
isDefault="false"
|
||||
name="%Option.attr.fullattr">
|
||||
</enumeratedOptionValue>
|
||||
<enumeratedOptionValue
|
||||
command="-qattr"
|
||||
id="xlc.c.lm.attr.attr"
|
||||
isDefault="false"
|
||||
name="%Option.attr.attr">
|
||||
</enumeratedOptionValue>
|
||||
</option>
|
||||
<option
|
||||
category="xlc.c.compiler.category.optimization"
|
||||
|
|
|
@ -41,6 +41,6 @@ xlc.c.compiler.option.output.enablevmx=v8.0,v9.0,v10.1,v11.1
|
|||
xlc.ui.cpp.option.output.qconcurrentupdate
|
||||
xlc.c.compiler.option.qfunctrace=v11.1+
|
||||
xlc.c.compiler.option.optimization.qrestrict=v11.1+
|
||||
|
||||
xlc.c.compiler.option.lm.qlistfmt=v11.1+
|
||||
|
||||
# END NON-TRANSLATABLE
|
||||
|
|
Loading…
Add table
Reference in a new issue