1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-30 21:21:45 +02:00

Reorder libraries in lib_LTLIBRARIES

This fixes a make install time problem.
This commit is contained in:
Arun Sharma 2011-09-05 10:46:14 -07:00
parent 92327a3647
commit 00abb7c056

View file

@ -9,7 +9,7 @@ lib_LIBRARIES =
lib_LTLIBRARIES = lib_LTLIBRARIES =
if !REMOTE_ONLY if !REMOTE_ONLY
lib_LIBRARIES += libunwind-ptrace.a lib_LIBRARIES += libunwind-ptrace.a
lib_LTLIBRARIES += libunwind.la libunwind-setjmp.la lib_LTLIBRARIES += libunwind.la
endif endif
noinst_HEADERS = noinst_HEADERS =
@ -477,6 +477,12 @@ endif # ARCH_HPPA
endif # ARCH_IA64 endif # ARCH_IA64
endif # ARCH_ARM endif # ARCH_ARM
# libunwind-setjmp depends on libunwind-$(arch). Therefore must be added
# at the end.
if !REMOTE_ONLY
lib_LTLIBRARIES += libunwind-setjmp.la
endif
# #
# Don't link with standard libraries, because those may mention # Don't link with standard libraries, because those may mention
# libunwind already. # libunwind already.