ObjFW  Check-in [58d916c643]

Overview
Comment:Work around OpenBSD 6.2 not linking the unwinder

OpenBSD 6.2 switched to Clang as the primary compiler on i386 and amd64.
This switch also means that their clang no longer links in libgcc,
meaning it links in no unwinder. The unwinder is now in libc++abi, which
we now need to link in manually, alongside with pthreads, as libc++abi
depends on pthreads.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 58d916c643f1e200dd4d9b0beb71de925fe49fa0c36b131d8787f38b9d8d8557
User & Date: js on 2017-12-27 03:08:01
Other Links: manifest | tags
Context
2017-12-27
15:44
Work around OpenBSD defining I via GNU extension check-in: c791f77d8c user: js tags: trunk
03:08
Work around OpenBSD 6.2 not linking the unwinder check-in: 58d916c643 user: js tags: trunk
2017-12-23
22:08
OFURLHandler: Add -[openItemAtURL:mode:] check-in: b7c19f2e27 user: js tags: trunk
Changes