pkgsrc-WIP-changes archive

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

compiler-rt-git: Include patches/patch-aa



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Aug 8 23:12:32 2017 +0200
Changeset:	f44c4f30159350032952c4d64db2ace6453822f4

Added Files:
	compiler-rt-git/patches/patch-aa

Log Message:
compiler-rt-git: Include patches/patch-aa

Missed in previous commit, noted by Thomas Klausner.

Sponsored by <The NetBSD Founation>

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

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

diffstat:
 compiler-rt-git/patches/patch-aa | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diffs:
diff --git a/compiler-rt-git/patches/patch-aa b/compiler-rt-git/patches/patch-aa
new file mode 100644
index 0000000000..ecd3701048
--- /dev/null
+++ b/compiler-rt-git/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD$
+
+--- cmake/config-ix.cmake.orig	2017-08-08 20:50:17.404584415 +0000
++++ cmake/config-ix.cmake
+@@ -483,14 +483,13 @@ else()
+   set(COMPILER_RT_HAS_INTERCEPTION FALSE)
+ endif()
+ 
+-if (COMPILER_RT_HAS_SANITIZER_COMMON AND ASAN_SUPPORTED_ARCH AND
+-    (NOT OS_NAME MATCHES "NetBSD"))
++if (COMPILER_RT_HAS_SANITIZER_COMMON AND ASAN_SUPPORTED_ARCH)
+   set(COMPILER_RT_HAS_ASAN TRUE)
+ else()
+   set(COMPILER_RT_HAS_ASAN FALSE)
+ endif()
+ 
+-if (OS_NAME MATCHES "Linux|FreeBSD|Windows")
++if (OS_NAME MATCHES "Linux|FreeBSD|Windows|NetBSD")
+   set(COMPILER_RT_ASAN_HAS_STATIC_RUNTIME TRUE)
+ else()
+   set(COMPILER_RT_ASAN_HAS_STATIC_RUNTIME FALSE)


Home | Main Index | Thread Index | Old Index