]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - libctf/Makefile.am
AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).
[thirdparty/binutils-gdb.git] / libctf / Makefile.am
index 49c9f5280a93923ae26b9257943eaab824dbe128..43fc78a4124124e36a15dd012258213fd1940b4a 100644 (file)
@@ -34,5 +34,7 @@ noinst_LIBRARIES = libctf.a
 
 libctf_a_SOURCES = ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c \
                   ctf-hash.c ctf-labels.c ctf-lookup.c ctf-open.c ctf-open-bfd.c \
-                  ctf-subr.c ctf-types.c ctf-util.c
-libctf_a_LIBADD = $(LIBOBJS)
+                  ctf-string.c ctf-subr.c ctf-types.c ctf-util.c
+if NEED_CTF_QSORT_R
+libctf_a_SOURCES += ctf-qsort_r.c
+endif