#8424 Supply platform files for each platform instead of generic ones. Supply platform file for AIX ppc64
This commit is contained in:
parent
13ffefc8b8
commit
2cdb55da56
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0"?>
|
||||
<platform>
|
||||
<char_bit>8</char_bit>
|
||||
<default-sign>unsigned</default-sign>
|
||||
<sizeof>
|
||||
<short>2</short>
|
||||
<int>4</int>
|
||||
<long>8</long>
|
||||
<long-long>8</long-long>
|
||||
<float>4</float>
|
||||
<double>8</double>
|
||||
<long-double>8</long-double>
|
||||
<pointer>8</pointer>
|
||||
<size_t>8</size_t>
|
||||
<wchar_t>2</wchar_t>
|
||||
</sizeof>
|
||||
</platform>
|
Loading…
Reference in New Issue