Skip to content

Commit 2cdb55d

Browse files
committed
#8424 Supply platform files for each platform instead of generic ones. Supply platform file for AIX ppc64
1 parent 13ffefc commit 2cdb55d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

platforms/aix_ppc64.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0"?>
2+
<platform>
3+
<char_bit>8</char_bit>
4+
<default-sign>unsigned</default-sign>
5+
<sizeof>
6+
<short>2</short>
7+
<int>4</int>
8+
<long>8</long>
9+
<long-long>8</long-long>
10+
<float>4</float>
11+
<double>8</double>
12+
<long-double>8</long-double>
13+
<pointer>8</pointer>
14+
<size_t>8</size_t>
15+
<wchar_t>2</wchar_t>
16+
</sizeof>
17+
</platform>

0 commit comments

Comments
 (0)