mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 16:47:38 +01:00
(noinst_PROGRAMS_arch): New macro to get "sig" built when the target is ia64.
(noinst_PROGRAMS): Mention $(noinst_PROGRAMS_arch). (LDADD): Link against architecture-specific name, because symlinks don't exist yet when this directory gets built. (Logical change 1.18)
This commit is contained in:
parent
2294fb8aa2
commit
053cda26f2
1 changed files with 5 additions and 2 deletions
|
@ -5,7 +5,10 @@ noinst_PROGRAMS_common =
|
|||
if REMOTE_ONLY
|
||||
noinst_PROGRAMS = $(noinst_PROGRAMS_common)
|
||||
else
|
||||
noinst_PROGRAMS = $(noinst_PROGRAMS_common) bt exc
|
||||
if ARCH_IA64
|
||||
noinst_PROGRAMS_arch = sig
|
||||
endif
|
||||
noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_arch) bt exc
|
||||
endif
|
||||
|
||||
LDADD = ../src/libunwind.la
|
||||
LDADD = ../src/libunwind-$(arch).la
|
||||
|
|
Loading…
Reference in a new issue