mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 03:53:43 +01:00
Reorder libraries in lib_LTLIBRARIES
This fixes a make install time problem.
This commit is contained in:
parent
92327a3647
commit
00abb7c056
1 changed files with 7 additions and 1 deletions
|
@ -9,7 +9,7 @@ lib_LIBRARIES =
|
|||
lib_LTLIBRARIES =
|
||||
if !REMOTE_ONLY
|
||||
lib_LIBRARIES += libunwind-ptrace.a
|
||||
lib_LTLIBRARIES += libunwind.la libunwind-setjmp.la
|
||||
lib_LTLIBRARIES += libunwind.la
|
||||
endif
|
||||
|
||||
noinst_HEADERS =
|
||||
|
@ -477,6 +477,12 @@ endif # ARCH_HPPA
|
|||
endif # ARCH_IA64
|
||||
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
|
||||
# libunwind already.
|
||||
|
|
Loading…
Reference in a new issue