mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 15:47:37 +01:00
(noinst_PROGRAMS_arch): Mention ia64-test-stack.
(ia64_test_stack_SOURCES): New macro. (Logical change 1.41)
This commit is contained in:
parent
7e268d256d
commit
57df2a2981
1 changed files with 3 additions and 1 deletions
|
@ -6,10 +6,12 @@ if REMOTE_ONLY
|
|||
noinst_PROGRAMS = $(noinst_PROGRAMS_common)
|
||||
else
|
||||
if ARCH_IA64
|
||||
noinst_PROGRAMS_arch = sig
|
||||
noinst_PROGRAMS_arch = ia64-test-sig ia64-test-stack
|
||||
endif
|
||||
noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_arch) bt exc \
|
||||
test-init test-varargs test-dyn1 test-resume-sig
|
||||
endif
|
||||
|
||||
ia64_test_stack_SOURCES = ia64-test-stack.c ia64-test-stack-asm.S
|
||||
|
||||
LDADD = ../src/libunwind-$(arch).la
|
||||
|
|
Loading…
Reference in a new issue