summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/liblldbPluginProcessElfCore
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2014-05-30 18:28:13 +0000
committerjoerg <joerg@NetBSD.org>2014-05-30 18:28:13 +0000
commitb4e9e9004002ada78a29b201cb24031346909fae (patch)
treefaaf49ab30f31e2d2933c15ec05b68b236ea96c8 /external/bsd/llvm/lib/liblldbPluginProcessElfCore
parentafb6842aba94daaa92cf6da14f14e79943a4b315 (diff)
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.
Diffstat (limited to 'external/bsd/llvm/lib/liblldbPluginProcessElfCore')
-rw-r--r--external/bsd/llvm/lib/liblldbPluginProcessElfCore/Makefile6
1 files changed, 4 insertions, 2 deletions
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 \