1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00

Enable Intel C++ compatibility only when C++ exceptions are enabled.

This commit is contained in:
Arun Sharma 2009-03-15 21:14:27 -07:00
parent 0bce5f0016
commit 5822fca27a

View file

@ -70,6 +70,9 @@ libunwind_la_SOURCES_local_unwind = \
unwind/GetRegionStart.c unwind/GetTextRelBase.c \
unwind/RaiseException.c unwind/Resume.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
# 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
# _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
dwarf_SOURCES_common = \