mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 23:47:39 +01:00
(libunwind_la_SOURCES_common): Mention mi/strerror.c.
(Logical change 1.245)
This commit is contained in:
parent
511d542828
commit
cb503ba4e5
1 changed files with 3 additions and 3 deletions
|
@ -41,9 +41,9 @@ libunwind_setjmp_la_SOURCES_x86 = setjmp.c sigsetjmp.c x86/siglongjmp.S
|
||||||
|
|
||||||
# List of arch-independent files needed by both local-only and generic
|
# List of arch-independent files needed by both local-only and generic
|
||||||
# libraries:
|
# libraries:
|
||||||
libunwind_la_SOURCES_common = \
|
libunwind_la_SOURCES_common = \
|
||||||
$(libunwind_la_SOURCES_os) \
|
$(libunwind_la_SOURCES_os) \
|
||||||
mi/init.c mi/flush_cache.c mi/mempool.c
|
mi/init.c mi/flush_cache.c mi/mempool.c mi/strerror.c
|
||||||
|
|
||||||
# List of arch-independent files needed by generic library (libunwind-$ARCH):
|
# List of arch-independent files needed by generic library (libunwind-$ARCH):
|
||||||
libunwind_la_SOURCES_generic = \
|
libunwind_la_SOURCES_generic = \
|
||||||
|
|
Loading…
Reference in a new issue