ObjFW  Check-in [3f1f9963cc]

Overview
Comment:PLATFORMS.md: Add AArch64 to Windows

The new CLANGARM64 environment from MSYS2 creates native, working
binaries.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 3f1f9963ccef088fda9cf8f6f107909e40830ea830d3a35dfc52366796a7939c
User & Date: js on 2022-06-19 23:31:44
Other Links: manifest | tags
Context
2022-07-01
10:19
OFWindowsRegistryKey: Support for DWORDs/QWORDs check-in: 111c97b5b3 user: js tags: trunk
2022-06-19
23:31
PLATFORMS.md: Add AArch64 to Windows check-in: 3f1f9963cc user: js tags: trunk
2022-06-18
20:52
README.md: Clarify the iOS instructions a little check-in: 26c8db3029 user: js tags: trunk
Changes

Modified PLATFORMS.md from [74dca258ba] to [f14d1bcc36].

203
204
205
206
207
208
209
210
211
212
213

214
215
216
217
218
219
220


Windows
-------

  * OS Versions: 98 SE, NT 4.0, XP (x86), 7 (x64), 8 (x64), 8.1 (x64), 10, 11,
                 Wine (x86 & x64)
  * Architectures: x86, x86_64
  * Compilers: GCC 5.3.0 & 6.2.0 from msys2 (x86 & x64),
               Clang 3.9.0 from msys2 (x86),
               Clang 10.0 from msys2 (x86 & x86_64)

  * Runtimes: ObjFW


Others
------

Basically, it should run on any POSIX system to which GCC >= 4.6 or a recent







|



>







203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221


Windows
-------

  * OS Versions: 98 SE, NT 4.0, XP (x86), 7 (x64), 8 (x64), 8.1 (x64), 10, 11,
                 Wine (x86 & x64)
  * Architectures: x86, x86_64, AArch64
  * Compilers: GCC 5.3.0 & 6.2.0 from msys2 (x86 & x64),
               Clang 3.9.0 from msys2 (x86),
               Clang 10.0 from msys2 (x86 & x86_64)
               Clang 14.0.4 from msys2 (AArch64)
  * Runtimes: ObjFW


Others
------

Basically, it should run on any POSIX system to which GCC >= 4.6 or a recent