try to build lldb-mi under kfreebsd (kfreebsd-lldb-mi.diff)

This commit is contained in:
Sylvestre Ledru 2014-08-11 06:46:34 +00:00
parent 475020c93d
commit 22fb49008f
3 changed files with 16 additions and 2 deletions

3
debian/changelog vendored
View File

@ -1,8 +1,9 @@
llvm-toolchain-snapshot (1:3.6~svn215195-2) unstable; urgency=medium
* try to build lldb-mi under kfreebsd (kfreebsd-lldb-mi.diff)
* kfreebsd-lldb-gdbserver.diff removed (applied upstream)
--
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 11 Aug 2014 08:44:13 +0200
llvm-toolchain-snapshot (1:3.6~svn215195-1) unstable; urgency=medium

13
debian/patches/kfreebsd-lldb-mi.diff vendored Normal file
View File

@ -0,0 +1,13 @@
Index: llvm-toolchain-snapshot-3.6~svn215195/lldb/tools/Makefile
===================================================================
--- llvm-toolchain-snapshot-3.6~svn215195.orig/lldb/tools/Makefile 2014-08-11 08:42:54.000000000 +0200
+++ llvm-toolchain-snapshot-3.6~svn215195/lldb/tools/Makefile 2014-08-11 08:43:35.918401006 +0200
@@ -25,7 +25,7 @@
DIRS += debugserver
endif
-ifeq ($(HOST_OS),Linux)
+ifneq (,$(strip $(filter $(HOST_OS), Linux GNU/kFreeBSD)))
DIRS += lldb-mi
endif

View File

@ -40,4 +40,4 @@ follow-parallel-var.diff
lldb-kfreebsd.diff
hurd-EIEIO-undef.diff
silent-MCJIIT-tests.diff
kfreebsd-lldb-mi.diff