1
0
Fork 0
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:
mostang.com!davidm 2002-04-25 06:47:29 +00:00
parent 2294fb8aa2
commit 053cda26f2

View file

@ -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