1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-02-02 12:52:53 +01:00

Always install library as libunwind-$(ARCH).a. Need to find a way to create

an alias, though.

(Logical change 1.17)
This commit is contained in:
mostang.com!davidm 2002-04-19 05:35:46 +00:00
parent 52b352dcc9
commit 00abcc6dc3

View file

@ -28,7 +28,6 @@ libunwind_la_SOURCES = $(libunwind_la_SOURCES_ia32)
endif
endif
if REMOTE_ONLY
if ARCH_IA64
lib_LTLIBRARIES = libunwind-ia64.la
libunwind_ia64_la_SOURCES = $(libunwind_la_SOURCES)
@ -38,9 +37,9 @@ if ARCH_IA32
libunwind_ia32_la_SOURCES = $(libunwind_la_SOURCES)
endif
endif
else
lib_LTLIBRARIES = libunwind.la
endif
# XXX Need to create symlinks from libunwind-ia64.so to libunwind.so
# XXX end libunwind-ia64.a to libunwind.a
AM_CPPFLAGS = -I$(top_srcdir)/include