Index: PLATFORMS.md ================================================================== --- PLATFORMS.md +++ PLATFORMS.md @@ -68,29 +68,30 @@ Linux ----- - * Architectures: Alpha, ARMv6, ARM64, m68k, MIPS (O32), PPC, SH4, x86, x86_64 + * Architectures: Alpha, ARMv6, ARM64, Itanium, m68k, MIPS (O32), PowerPC, SH4, + x86, x86_64 * Compilers: Clang 3.0-3.6, GCC 4.2, GCC 4.6-4.8 * Runtimes: ObjFW macOS ----- * OS Versions: 10.5, 10.7-10.12 - * Architectures: PPC, PPC64, x86, x86_64 + * Architectures: PowerPC, PowerPC 64, x86, x86_64 * Compilers: Clang 3.1-4.0, LLVM GCC 4.2.1 * Runtimes: Apple, ObjFW MorphOS ------- * OS Versions: 3.9, 3.10 - * Architectures: PPC + * Architectures: PowerPC * Compilers: GCC 5.3.0, GCC 5.4.0 * Runtimes: ObjFW * Limitations: No threads * Notes: libnix and ixemul are both supported @@ -126,11 +127,11 @@ OpenBSD ------- * OS Versions: 5.2-5.7 - * Architectures: MIPS64, PA-RISC, PPC, SPARC64, x86_64 + * Architectures: MIPS64, PA-RISC, PowerPC, SPARC64, x86_64 * Compilers: GCC 6.3.0, Clang 4.0 * Runtimes: ObjFW PlayStation Portable @@ -163,11 +164,11 @@ Wii --- * OS Versions: 4.3E / Homebrew Channel 1.1.0 - * Architectures: PPC + * Architectures: PowerPC * Compilers: GCC 4.6.3 (devkitPPC release 26) * Runtimes: ObjFW * Limitations: No threads @@ -201,12 +202,12 @@ resolveInstanceMethod:, which are always available): * ARM (EABI/ELF, Apple/Mach-O) * ARM64 (ARM64/ELF, Apple/Mach-O) * MIPS (O32/ELF, EABI/ELF) - * PPC (SysV/ELF, EABI/ELF, Apple/Mach-O) + * PowerPC (SysV/ELF, EABI/ELF, Apple/Mach-O) * SPARC64 (SysV/ELF) * x86 (SysV/ELF, Apple/Mach-O, Win32/PE) * x86_64 (SysV/ELF, Apple/Mach-O, Mach-O, Win64/PE) Apple/Mach-O means both, the Apple ABI and runtime, while Mach-O means the ObjFW runtime on Mach-O.