mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-02 04:52:53 +01:00
(libunwind_la_LIBADD): Append $(LIBCRTS).
(Logical change 1.280)
This commit is contained in:
parent
a6cf25836e
commit
27a9067229
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ endif # ARCH_HPPA
|
|||
endif # ARCH_IA64
|
||||
|
||||
libunwind_la_LDFLAGS = $(COMMON_SO_LDFLAGS) -version-info $(SOVERSION)
|
||||
libunwind_la_LIBADD = -lc
|
||||
libunwind_la_LIBADD = -lc $(LIBCRTS)
|
||||
|
||||
lib_LIBRARIES = $(LIBRARIES_cdep)
|
||||
lib_LTLIBRARIES = $(lib_LTLIBRARIES_cdep) $(lib_LTLIBRARIES_arch) \
|
||||
|
|
Loading…
Reference in a new issue