mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-16 21:27:38 +01:00
Fix local unwind compilation on ARM (#48)
This was broken by fd02fd59e7
.
This commit is contained in:
parent
36b46f1921
commit
ab39ae9e16
1 changed files with 1 additions and 0 deletions
|
@ -492,6 +492,7 @@ if OS_LINUX
|
||||||
libunwind_la_SOURCES_x86_64_os = x86_64/Gos-linux.c
|
libunwind_la_SOURCES_x86_64_os = x86_64/Gos-linux.c
|
||||||
libunwind_la_SOURCES_x86_64_os_local = x86_64/Los-linux.c
|
libunwind_la_SOURCES_x86_64_os_local = x86_64/Los-linux.c
|
||||||
libunwind_la_SOURCES_arm_os = arm/Gos-linux.c
|
libunwind_la_SOURCES_arm_os = arm/Gos-linux.c
|
||||||
|
libunwind_la_SOURCES_arm_os_local = arm/Los-linux.c
|
||||||
libunwind_coredump_la_SOURCES += coredump/_UCD_access_reg_linux.c
|
libunwind_coredump_la_SOURCES += coredump/_UCD_access_reg_linux.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue