ObjFW  Check-in [c1354656bc]

Overview
Comment:runtime: Compile a copy of {mutex,once,tlskey}.m

This makes sure they are compiled with the flags that are required for
objfwrt(68k).library, while being compiled with the regular flags for
ObjFW itself.

This does not cause problems for static libraries or shared libraries,
as there the same flags are used for the runtime and ObjFW, resulting in
in two identical .o files, just as before.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c1354656bcd7f892ed9ff11c6cff97436eb823de160a3260a1432fc3f0bdc053
User & Date: js on 2020-11-22 19:08:13
Other Links: manifest | tags
Context
2020-11-22
19:21
Enable threads on MorphOS check-in: e5674ea5e9 user: js tags: trunk
19:08
runtime: Compile a copy of {mutex,once,tlskey}.m check-in: c1354656bc user: js tags: trunk
15:34
runtime: Pass errno to Amiga library check-in: 7b030dc66c user: js tags: trunk
Changes