mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-21 23:27:39 +01:00
Fix test case link failure on PowerPC systems with Altivec
On systems where the system compiler supports Altivec by default, the libunwind Makefile will attempt to build an extra test case ppc64-test-altivec. Unfortunately, the link step will fail since the Makefile does not actually link against the libunwind library. Fixed by adding the appropriate LDADD macro. Signed-off-by: Ulrich Weigand <uweigand@de.ibm.com>
This commit is contained in:
parent
844f1b84cc
commit
4c62c4a955
1 changed files with 1 additions and 0 deletions
|
@ -201,3 +201,4 @@ Lia64_test_rbs_LDADD = $(LIBUNWIND_local)
|
|||
Lia64_test_readonly_LDADD = $(LIBUNWIND_local)
|
||||
ia64_test_dyn1_LDADD = $(LIBUNWIND)
|
||||
ia64_test_sig_LDADD = $(LIBUNWIND)
|
||||
ppc64_test_altivec_LDADD = $(LIBUNWIND)
|
||||
|
|
Loading…
Reference in a new issue