From b4e9e9004002ada78a29b201cb24031346909fae Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 30 May 2014 18:28:13 +0000 Subject: Update build system for LLVM/Clang snapshot r209886. This brings in the merged AArch64 backend and the move of eARM to DWARF exception handling for NetBSD. C++11 is required for building. --- external/bsd/llvm/lib/liblldbPluginProcessElfCore/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'external/bsd/llvm/lib/liblldbPluginProcessElfCore') diff --git a/external/bsd/llvm/lib/liblldbPluginProcessElfCore/Makefile b/external/bsd/llvm/lib/liblldbPluginProcessElfCore/Makefile index 0a888f774b0..38231be2788 100644 --- a/external/bsd/llvm/lib/liblldbPluginProcessElfCore/Makefile +++ b/external/bsd/llvm/lib/liblldbPluginProcessElfCore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/10/14 01:37:40 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/30 18:28:16 joerg Exp $ LIB= lldbPluginProcessElfCore @@ -6,7 +6,9 @@ LIB= lldbPluginProcessElfCore .PATH: ${LLDB_SRCDIR}/source/Plugins/Process/elf-core -CPPFLAGS.RegisterContextPOSIXCore_mips64.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/POSIX +CPPFLAGS.RegisterContextPOSIXCore_mips64.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility +CPPFLAGS.RegisterContextPOSIXCore_x86_64.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility +CPPFLAGS.ThreadElfCore.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility SRCS+= ProcessElfCore.cpp \ RegisterContextPOSIXCore_mips64.cpp \ -- cgit