Overview
| Comment: | runtime: Add tlskey.m to SRCS_THREADS
This fixes the build for platforms without compiler TLS. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
e5be33dfc3ed47f18e74914de22cfefd |
| User & Date: | js on 2020-01-19 15:35:43 |
| Other Links: | manifest | tags |
Context
|
2020-01-19
| ||
| 15:37 | OFHTTPClient: Fix type mismatch on Windows (check-in: 5256e9acaf user: js tags: trunk) | |
| 15:35 | runtime: Add tlskey.m to SRCS_THREADS (check-in: e5be33dfc3 user: js tags: trunk) | |
| 13:36 | OFHostAddressResolver: More consistent exceptions (check-in: 77e3fa54bc user: js tags: trunk) | |
Changes
Modified src/runtime/Makefile from [c796547f2c] to [19d76e27b3].
| ︙ | ︙ | |||
29 30 31 32 33 34 35 |
selector.m \
sparsearray.m \
static-instances.m \
synchronized.m \
${USE_SRCS_THREADS}
SRCS_THREADS = threading.m \
../mutex.m \
| | > | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
selector.m \
sparsearray.m \
static-instances.m \
synchronized.m \
${USE_SRCS_THREADS}
SRCS_THREADS = threading.m \
../mutex.m \
../once.m \
../tlskey.m
INCLUDES = ObjFWRT.h
includesubdir = ObjFWRT
OBJS_EXTRA = ${LOOKUP_ASM_LOOKUP_ASM_A}
LIB_OBJS_EXTRA = ${LOOKUP_ASM_LOOKUP_ASM_LIB_A}
AMIGA_LIB_OBJS_START = amiga-library.amigalib.o
AMIGA_LIB_OBJS_EXTRA = amiga-glue.amigalib.o \
|
| ︙ | ︙ |