diff options
author | Samuel Holland <samuel@sholland.org> | 2018-09-11 22:16:41 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-09-11 22:31:22 -0500 |
commit | 67eb8c6c04a1b6c6fb85cf9cd6d7bdde489c4d5d (patch) | |
tree | 4ac964ad193b3f3c0a0ab577b0530aede4605d2f /Makefile | |
parent | 938c8095e7456fbcdf4ce261bdb6dfa3a8e41b80 (diff) | |
download | gcompat-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ LIBGCOMPAT_INCLUDE = \ libgcompat/alias.h LIBGCOMPAT_SRC = \ + libgcompat/cxx_thread.c \ libgcompat/dlfcn.c \ libgcompat/error.c \ libgcompat/execinfo.c \ |