mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +02:00
adding built-in macros and includes to xlc toolchain
This commit is contained in:
parent
cdfb00b1fc
commit
1df24d690a
1 changed files with 28 additions and 0 deletions
|
@ -207,6 +207,18 @@
|
||||||
id="xlc.c.compiler.option.optimization.Qminus"
|
id="xlc.c.compiler.option.optimization.Qminus"
|
||||||
valueType="string">
|
valueType="string">
|
||||||
</option>
|
</option>
|
||||||
|
<option
|
||||||
|
id="xlc.c.compiler.option.input.D.c"
|
||||||
|
superClass="xlc.c.compiler.option.input.D">
|
||||||
|
<listOptionValue
|
||||||
|
builtIn="true"
|
||||||
|
value="__xlc__">
|
||||||
|
</listOptionValue>
|
||||||
|
<listOptionValue
|
||||||
|
builtIn="true"
|
||||||
|
value="__IBMC__">
|
||||||
|
</listOptionValue>
|
||||||
|
</option>
|
||||||
</tool>
|
</tool>
|
||||||
<tool
|
<tool
|
||||||
command="xlC"
|
command="xlC"
|
||||||
|
@ -408,6 +420,18 @@
|
||||||
name="%Option.optimization.exceptionhandling.v6">
|
name="%Option.optimization.exceptionhandling.v6">
|
||||||
</enumeratedOptionValue>
|
</enumeratedOptionValue>
|
||||||
</option>
|
</option>
|
||||||
|
<option
|
||||||
|
id="xlc.c.compiler.option.input.D.cpp"
|
||||||
|
superClass="xlc.c.compiler.option.input.D">
|
||||||
|
<listOptionValue
|
||||||
|
builtIn="true"
|
||||||
|
value="__xlC__">
|
||||||
|
</listOptionValue>
|
||||||
|
<listOptionValue
|
||||||
|
builtIn="true"
|
||||||
|
value="__IBMCPP__">
|
||||||
|
</listOptionValue>
|
||||||
|
</option>
|
||||||
</tool>
|
</tool>
|
||||||
|
|
||||||
<projectType
|
<projectType
|
||||||
|
@ -842,6 +866,10 @@
|
||||||
id="xlc.c.compiler.option.include.paths"
|
id="xlc.c.compiler.option.include.paths"
|
||||||
valueType="includePath"
|
valueType="includePath"
|
||||||
browseType="directory">
|
browseType="directory">
|
||||||
|
<listOptionValue
|
||||||
|
builtIn="true"
|
||||||
|
value="/usr/include">
|
||||||
|
</listOptionValue>
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
name="%Option.UndefSym"
|
name="%Option.UndefSym"
|
||||||
|
|
Loading…
Add table
Reference in a new issue