summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-09-11 22:16:41 -0500
committerSamuel Holland <samuel@sholland.org>2018-09-11 22:31:22 -0500
commit67eb8c6c04a1b6c6fb85cf9cd6d7bdde489c4d5d (patch)
tree4ac964ad193b3f3c0a0ab577b0530aede4605d2f /Makefile
parent938c8095e7456fbcdf4ce261bdb6dfa3a8e41b80 (diff)
downloadgcompat-67eb8c6c04a1b6c6fb85cf9cd6d7bdde489c4d5d.tar.gz
gcompat-67eb8c6c04a1b6c6fb85cf9cd6d7bdde489c4d5d.tar.bz2
gcompat-67eb8c6c04a1b6c6fb85cf9cd6d7bdde489c4d5d.tar.xz
gcompat-67eb8c6c04a1b6c6fb85cf9cd6d7bdde489c4d5d.zip
cxx_thread: Add __cxa_thread_atexit_impl
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 06af84f..74c25f6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
LIBGCOMPAT_INCLUDE = \
libgcompat/alias.h
LIBGCOMPAT_SRC = \
+ libgcompat/cxx_thread.c \
libgcompat/dlfcn.c \
libgcompat/error.c \
libgcompat/execinfo.c \