ObjFW  Check-in [6f781d64a9]

Overview
Comment:PLATFORMS.md: Add HP-UX 11i v1 on PA-RISC 2.0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6f781d64a946a5a143c6313e77f3c9a4954385be0a4e88c4a48786e3d1968ddd
User & Date: js on 2021-01-15 19:14:17
Other Links: manifest | tags
Context
2021-01-16
01:24
Rename platform define back to OF_PA_RISC check-in: ef88181ed4 user: js tags: trunk
2021-01-15
19:14
PLATFORMS.md: Add HP-UX 11i v1 on PA-RISC 2.0 check-in: 6f781d64a9 user: js tags: trunk
19:06
OFDataTests: Don't assign structs inside R() check-in: 8ebb5ff462 user: js tags: trunk
Changes

Modified PLATFORMS.md from [94c04d5f52] to [f07389da3a].

67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
  * Compilers: Clang 3.2, GCC 4.6.3
  * Runtimes: ObjFW


HP-UX
-----

  * OS versions: 11i v3
  * Architectures: Itanium
  * Compilers: GCC 4.7.2
  * Runtimes: ObjFW
  * Notes: Exception handling in 32 bit mode is broken, you need to use 64 bit
           mode by passing `OBJC="gcc -mlp64"` to `configure`.


iOS
---

  * Architectures: ARMv7, ARM64
  * Compilers: Clang







|
|
|

|
|







67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
  * Compilers: Clang 3.2, GCC 4.6.3
  * Runtimes: ObjFW


HP-UX
-----

  * OS versions: 11i v1 (PA-RISC 2.0), 11i v3 (Itanium)
  * Architectures: Itanium, PA-RISC 2.0
  * Compilers: GCC 4.7.2, GCC 7.5.0
  * Runtimes: ObjFW
  * Notes: Exception handling on Itanium in 32 bit mode is broken, you need to
           use 64 bit mode by passing `OBJC="gcc -mlp64"` to `configure`.


iOS
---

  * Architectures: ARMv7, ARM64
  * Compilers: Clang