mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-23 08:40:29 +01:00
Enable Intel C++ compatibility only when C++ exceptions are enabled.
This commit is contained in:
parent
0bce5f0016
commit
5822fca27a
1 changed files with 3 additions and 2 deletions
|
@ -70,6 +70,9 @@ libunwind_la_SOURCES_local_unwind = \
|
||||||
unwind/GetRegionStart.c unwind/GetTextRelBase.c \
|
unwind/GetRegionStart.c unwind/GetTextRelBase.c \
|
||||||
unwind/RaiseException.c unwind/Resume.c \
|
unwind/RaiseException.c unwind/Resume.c \
|
||||||
unwind/Resume_or_Rethrow.c unwind/SetGR.c unwind/SetIP.c
|
unwind/Resume_or_Rethrow.c unwind/SetGR.c unwind/SetIP.c
|
||||||
|
|
||||||
|
# _ReadULEB()/_ReadSLEB() are needed for Intel C++ 8.0 compatibility
|
||||||
|
libunwind_la_SOURCES_os_linux_local = mi/_ReadULEB.c mi/_ReadSLEB.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# List of arch-independent files needed by local-only library (libunwind):
|
# List of arch-independent files needed by local-only library (libunwind):
|
||||||
|
@ -103,8 +106,6 @@ endif # ARCH_ARM
|
||||||
|
|
||||||
libunwind_la_SOURCES_os_linux = os-linux.h os-linux.c
|
libunwind_la_SOURCES_os_linux = os-linux.h os-linux.c
|
||||||
|
|
||||||
# _ReadULEB()/_ReadSLEB() are needed for Intel C++ 8.0 compatibility
|
|
||||||
libunwind_la_SOURCES_os_linux_local = mi/_ReadULEB.c mi/_ReadSLEB.c
|
|
||||||
libunwind_la_SOURCES_os_hpux = os-hpux.c
|
libunwind_la_SOURCES_os_hpux = os-hpux.c
|
||||||
|
|
||||||
dwarf_SOURCES_common = \
|
dwarf_SOURCES_common = \
|
||||||
|
|
Loading…
Reference in a new issue