1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00

Bug 465461 - Merge "Symbols" and "Preprocessor" in GCC C compiler settings

...so that it matches the way the GCC C++ compiler is.

Change-Id: I9e32dc3888cfec2c0c01196f44f2e730e2bbc574
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
This commit is contained in:
Simon Marchi 2015-04-24 17:31:47 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent 5cc4336072
commit d23b3871ff

View file

@ -1036,21 +1036,16 @@
id="gnu.c.compiler.option.preprocessor.preprocess"
valueType="boolean">
</option>
<optionCategory
owner="cdt.managedbuild.tool.gnu.c.compiler"
name="%OptionCategory.Symbols"
id="gnu.c.compiler.category.symbols">
</optionCategory>
<option
name="%Option.Posix.DefSym"
category="gnu.c.compiler.category.symbols"
category="gnu.c.compiler.category.preprocessor"
command="-D"
id="gnu.c.compiler.option.preprocessor.def.symbols"
valueType="definedSymbols">
</option>
<option
name="%Option.Posix.UndefSym"
category="gnu.c.compiler.category.symbols"
category="gnu.c.compiler.category.preprocessor"
command="-U"
id="gnu.c.compiler.option.preprocessor.undef.symbol"
valueType="undefDefinedSymbols">