mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +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"
|
||||
valueType="string">
|
||||
</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
|
||||
command="xlC"
|
||||
|
@ -408,6 +420,18 @@
|
|||
name="%Option.optimization.exceptionhandling.v6">
|
||||
</enumeratedOptionValue>
|
||||
</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>
|
||||
|
||||
<projectType
|
||||
|
@ -842,6 +866,10 @@
|
|||
id="xlc.c.compiler.option.include.paths"
|
||||
valueType="includePath"
|
||||
browseType="directory">
|
||||
<listOptionValue
|
||||
builtIn="true"
|
||||
value="/usr/include">
|
||||
</listOptionValue>
|
||||
</option>
|
||||
<option
|
||||
name="%Option.UndefSym"
|
||||
|
|
Loading…
Add table
Reference in a new issue