Skip to content

Commit 3445a3f

Browse files
committed
Misc. platform_matrix.html updates.
1 parent c3d2f25 commit 3445a3f

File tree

1 file changed

+51
-28
lines changed

1 file changed

+51
-28
lines changed

docs/platform_matrix.html

+51-28
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
description: "Nintendo 3DS",
163163
architecture: "ARM11 (ELF)",
164164
endian: "Little",
165-
toolchain: "gcc 14.1.0 <br> binutils 2.42 <br> (dk r64)",
165+
toolchain: "gcc 14.2.0 <br> binutils 2.43.1 <br> (dk r65)",
166166
packaged: ZIP,
167167
stack_protector: _FAULTY(),
168168
layer_rendering: yes,
@@ -215,7 +215,7 @@
215215
darwin:
216216
{
217217
platform: "darwin",
218-
description: "MacOS 10.x",
218+
description: "Mac OS X/macOS (compatibility)",
219219
architecture: "Various (Mach-O) <br>" + note_link("macOS"),
220220
endian: "Varies",
221221
toolchain: "Various",
@@ -274,7 +274,7 @@
274274
description: "Sega Dreamcast",
275275
architecture: "SH-4 (ELF)",
276276
endian: "Little",
277-
toolchain: "gcc 9.3.0 <br /> binutils 2.34 <br /> (KallistiOS)",
277+
toolchain: "gcc 13.2.0 <br /> binutils 2.43 <br /> (KallistiOS)",
278278
packaged: _FAULTY(),
279279
stack_protector: _FAULTY(),
280280
layer_rendering: yes,
@@ -299,7 +299,7 @@
299299
description: "HTML5 (Emscripten)",
300300
architecture: "JavaScript <br> WebAssembly",
301301
endian: "Little",
302-
toolchain: "clang 18.0.0 <br> (sdk 3.1.47)",
302+
toolchain: "clang 20.0.0 <br> (sdk 3.1.66)",
303303
packaged: ZIP,
304304
stack_protector: _FAULTY(),
305305
layer_rendering: yes,
@@ -329,7 +329,7 @@
329329
description: "Windows <br> (GNU toolchain)",
330330
architecture: "x64 (PE+ COFF) <br> x86 (PE COFF)",
331331
endian: "Little",
332-
toolchain: "gcc 14.1.1 <br> binutils 2.41",
332+
toolchain: "gcc 14.2.1 <br> binutils 2.42",
333333
packaged: ZIP,
334334
visibility: yes,
335335
stack_protector: stack_protector_strong,
@@ -391,7 +391,7 @@
391391
description: "Nintendo DS",
392392
architecture: "ARM9 (ELF)",
393393
endian: "Little",
394-
toolchain: "gcc 14.1.0 <br> binutils 2.42 <br> (dk r64)",
394+
toolchain: "gcc 14.2.0 <br> binutils 2.43.1 <br> (dk r65)",
395395
packaged: ZIP,
396396
stack_protector: _FAULTY(),
397397
layer_rendering: _FAULTY(),
@@ -468,7 +468,7 @@
468468
description: "Nintendo Switch",
469469
architecture: "ARMv8/AArch64 (ELF)",
470470
endian: "Little",
471-
toolchain: "gcc 14.1.0 <br> binutils 2.42 <br> (dk r26.1)",
471+
toolchain: "gcc 14.2.0 <br> binutils 2.43.1 <br> (dk r27)",
472472
packaged: ZIP,
473473
stack_protector: stack_protector_strong,
474474
layer_rendering: yes,
@@ -578,10 +578,10 @@
578578
xcode:
579579
{
580580
platform: "xcode",
581-
description: ">= MacOS 10.6",
582-
architecture: "x86_64 (Mach-O) <br> i686 (Mach-O) <br>" + note_link("macOS"),
581+
description: "macOS 10.13+ (Xcode)",
582+
architecture: "x86_64 (Mach-O) <br> AArch64 (Mach-O) <br>" + note_link("macOS"),
583583
endian: "Little",
584-
toolchain: "clang 902.0.39.2 <br> LLVM 9.1.0",
584+
toolchain: "clang 1200.0.32.29 <br> LLVM 12.0.0",
585585
packaged: DMG,
586586
visibility: yes,
587587
stack_protector: yes,
@@ -872,7 +872,7 @@
872872
border-top : none;
873873
border-bottom : none;
874874
padding-left : 10px;
875-
width : 2%;
875+
width : 1%;
876876
}
877877

878878
a {
@@ -1004,7 +1004,7 @@ <h2 id="noteOthers">Other Unix Architectures</h2>
10041004
<ul>
10051005
<li><b>AMD64</b> / <b>x86_64</b></li>
10061006
<li><b>i386</b> / <b>i686</b> / etc.</li>
1007-
<li><b>ARMhf</b></li>
1007+
<li><b>ARMv7</b> / <b>ARMhf</b> / etc.</li>
10081008
<li><b>AArch64</b></li>
10091009
<li><b>RISC-V RV64GC</b></li>
10101010
</ul>
@@ -1014,6 +1014,7 @@ <h2 id="noteOthers">Other Unix Architectures</h2>
10141014
</p>
10151015
<ul>
10161016
<li><b>DEC Alpha</b> (qemu-system-alpha)</li>
1017+
<li><b>LoongArch64</b> (qemu-system-loong64)</li>
10171018
<li><b>MIPSeb</b> (qemu-system-mips)</li>
10181019
<li><b>MIPSel</b> (qemu-system-mipsel, PlayStation Portable)</li>
10191020
<li><b>MIPS64el</b> (qemu-system-mips64)</li>
@@ -1031,61 +1032,83 @@ <h2 id="noteOthers">Other Unix Architectures</h2>
10311032

10321033
<h2 id="notemacOS">Darwin/Xcode Architectures</h2>
10331034
<p>
1034-
The following architectures and SDL versions are currently supported by the macOS builds:
1035+
The following architectures and SDL versions are currently supported by the macOS builds.
1036+
Listed toolchain/SDK values are the ones used for release builds currently:
10351037
</p>
10361038
<table style="min-width:800">
10371039
<tr>
10381040
<th rowspan="2"></th>
1039-
<th></th>
1040-
<th colspan="2">Xcode</th>
1041-
<th colspan="2">darwin-dist</th>
1041+
<th colspan="3">Xcode</th>
1042+
<th colspan="4">darwin-dist</th>
10421043
</tr>
10431044
<tr>
10441045
<th>Toolchain/SDK</th>
10451046
<th>Minimum OS</th>
10461047
<th>SDL</th>
1048+
<th>Toolchain/SDK</th>
10471049
<th>Minimum OS</th>
10481050
<th>SDL</th>
1051+
<th>Enabled in<br>release</th>
10491052
</tr>
10501053
<tr>
10511054
<th>ppc</th>
1055+
<td colspan="3">&mdash;</td>
10521056
<td>Xcode 3.2.6<br>10.4u SDK</td>
1053-
<td>&mdash;</td>
1054-
<td>&mdash;</td>
10551057
<td>10.4</td>
1056-
<td>SDL 1.2.5<br>SDL 2.0.3</td>
1058+
<td>SDL 1.2.15<br>SDL 2.0.3</td>
1059+
<td class="std">YES (1.2.15)</td>
10571060
</tr>
10581061
<tr>
10591062
<th>ppc64</th>
1063+
<td colspan="3">&mdash;</td>
10601064
<td>Xcode 3.2.6<br>10.5 SDK</td>
1061-
<td>&mdash;</td>
1062-
<td>&mdash;</td>
10631065
<td>10.5</td>
1064-
<td>SDL 1.2.5<br>SDL 2.0.3</td>
1066+
<td>SDL 1.2.15<br>SDL 2.0.3</td>
1067+
<td class="std">YES (1.2.15)</td>
10651068
</tr>
10661069
<tr>
10671070
<th>i386</th>
1071+
<td colspan="3">&mdash;</td>
10681072
<td>Xcode 9.4.1<br>10.13 SDK</td>
10691073
<td>10.6</td>
1070-
<td>SDL 2.0.7</td>
1071-
<td>10.6</td>
10721074
<td>SDL 2.0.22</td>
1075+
<td class="std">YES</td>
10731076
</tr>
10741077
<tr>
10751078
<th>x86_64</th>
1079+
<td>Xcode 14.2<br>13.1 SDK</td>
1080+
<td>10.13</td>
1081+
<td>SDL2 (latest)</td>
10761082
<td>Xcode 9.4.1<br>10.13 SDK</td>
10771083
<td>10.6</td>
1078-
<td>SDL 2.0.7</td>
1079-
<td>10.6</td>
10801084
<td>SDL 2.0.22</td>
1085+
<td class="std">YES</td>
10811086
</tr>
10821087
<tr>
10831088
<th>x86_64h</th>
1089+
<td colspan="3">&mdash;</td>
10841090
<td>Xcode 9.4.1<br>10.13 SDK</td>
1085-
<td>&mdash;</td>
1086-
<td>&mdash;</td>
10871091
<td>10.9</td>
10881092
<td>SDL2 (latest)</td>
1093+
<td class="no2">NO</td>
1094+
</tr>
1095+
<tr>
1096+
<th>arm64</th>
1097+
<td>Xcode 14.2<br>13.1 SDK</td>
1098+
<td>11.0</td>
1099+
<td>SDL2 (latest)</td>
1100+
<td>Xcode 14.2<br>13.1 SDK</td>
1101+
<td>11.0</td>
1102+
<td>SDL2 (latest)</td>
1103+
<td class="std">YES</td>
1104+
</tr>
1105+
<tr>
1106+
<th>arm64e</th>
1107+
<td colspan="3">&mdash;</td>
1108+
<td>Xcode 14.2<br>13.1 SDK</td>
1109+
<td>11.0</td>
1110+
<td>SDL2 (latest)</td>
1111+
<td class="no2">NO</td>
10891112
</tr>
10901113
</table>
10911114

0 commit comments

Comments
 (0)