pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lldb-netbsd: Kill old code for hacking linux plugin to build for netbsd



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Dec 19 04:54:15 2016 +0100
Changeset:	5e4df1a15a1954786805aa1ecd26376d0bd26eee

Modified Files:
	lldb-netbsd/Makefile

Log Message:
lldb-netbsd: Kill old code for hacking linux plugin to build for netbsd

The Linux plugin no longer is used to be built on NetBSD.

Sponsored by <The NetBSD Foundation>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5e4df1a15a1954786805aa1ecd26376d0bd26eee

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lldb-netbsd/Makefile | 7 -------
 1 file changed, 7 deletions(-)

diffs:
diff --git a/lldb-netbsd/Makefile b/lldb-netbsd/Makefile
index 9f3c3e9..360f690 100644
--- a/lldb-netbsd/Makefile
+++ b/lldb-netbsd/Makefile
@@ -59,13 +59,6 @@ CMAKE_ARGS+=	-DLLDB_DISABLE_CURSES:BOOL=TRUE
 
 post-extract:
 	${RUN} mkdir -p ${WRKDIR}/build
-	# Temporary hack to nullify !amd64 platforms
-	# Required to port the process plugin from linux to NetBSD
-	# amd64/NetBSD goes first
-	${RM} ${WRKSRC}/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
-	${RM} ${WRKSRC}/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
-	${RM} ${WRKSRC}/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp
-	${RM} ${WRKSRC}/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp
 
 .include "../../textproc/libxml2/buildlink3.mk"
 DEPENDS+=	llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm-netbsd


Home | Main Index | Thread Index | Old Index