Module Name: src
Committed By: christos
Date: Fri Sep 17 02:18:05 UTC 2021
Modified Files:
src/external/bsd/compiler_rt/lib/clang/lib/netbsd: common.mk
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m32:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m64:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m32: Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64: Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m32:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m64:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m32:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m64:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/dd-m64: Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/dyndd-m64: Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer-m64: Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer_no_main-m64:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan-m64: Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan_cxx-m64:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m32:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m64:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan-m64: Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan_cxx-m64:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m32:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m64:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m32:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m64:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m32:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m64:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m32:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m64:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m32:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m64:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-basic-m64:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-fdr-m64:
Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-m64: Makefile
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-profiling-m64:
Makefile
Log Message:
- get the version dynamically
- move more common stuff into common.mk
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m32/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m64/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m32/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m32/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m64/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m32/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m64/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/dd-m64/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/dyndd-m64/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer-m64/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer_no_main-m64/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan-m64/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan_cxx-m64/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m32/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m64/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan-m64/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan_cxx-m64/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m32/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m64/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m32/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m64/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m32/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m64/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m32/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m64/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m32/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m64/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-basic-m64/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-fdr-m64/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-m64/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-profiling-m64/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk:1.5 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk:1.6
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk:1.5 Thu Sep 16 19:32:50 2021
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk Thu Sep 16 22:18:01 2021
@@ -1,3 +1,12 @@
-CLANG_VER= 13.0.0
+# $NetBSD: common.mk,v 1.6 2021/09/17 02:18:01 christos Exp $
+
+NOSANITIZER= # defined
NODEBUG= # defined
NOLIBCSANITIZER=# defined
+
+.include <bsd.own.mk>
+
+TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
+
+CLANG_VER!= cd ${NETBSDSRCDIR}/external/apache2/llvm && \
+ ${MAKE} -V LLVM_VERSION
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m32/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m32/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m32/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m32/Makefile:1.1 Thu Aug 8 10:00:28 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m32/Makefile Thu Sep 16 22:18:01 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:28 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:01 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.asan-i386
.PATH: ${TOPDIR}/lib/interception
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m64/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m64/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m64/Makefile:1.1 Thu Aug 8 10:00:29 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m64/Makefile Thu Sep 16 22:18:01 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:29 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:01 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.asan-x86_64
.PATH: ${TOPDIR}/lib/interception
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m32/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m32/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m32/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m32/Makefile:1.1 Thu Aug 8 10:00:29 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m32/Makefile Thu Sep 16 22:18:02 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:29 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:02 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.asan-i386
.PATH: ${TOPDIR}/lib/interception
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64/Makefile:1.6 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64/Makefile:1.7
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64/Makefile:1.6 Tue May 4 13:23:53 2021
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64/Makefile Thu Sep 16 22:18:02 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/05/04 17:23:53 rillig Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.7 2021/09/17 02:18:02 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.asan-x86_64
.PATH: ${TOPDIR}/lib/interception
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m32/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m32/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m32/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m32/Makefile:1.1 Thu Aug 8 10:00:29 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m32/Makefile Thu Sep 16 22:18:02 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:29 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:02 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.asan-preinit-i386
.PATH: ${TOPDIR}/lib/asan
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m64/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m64/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m64/Makefile:1.1 Thu Aug 8 10:00:29 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m64/Makefile Thu Sep 16 22:18:02 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:29 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:02 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.asan-preinit-x86_64
.PATH: ${TOPDIR}/lib/asan
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m32/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m32/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m32/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m32/Makefile:1.1 Thu Aug 8 10:00:29 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m32/Makefile Thu Sep 16 22:18:02 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:29 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:02 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.asan_cxx-i386
.PATH: ${TOPDIR}/lib/asan
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m64/Makefile:1.6 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m64/Makefile:1.7
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m64/Makefile:1.6 Tue May 4 13:23:53 2021
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m64/Makefile Thu Sep 16 22:18:02 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/05/04 17:23:53 rillig Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.7 2021/09/17 02:18:02 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.asan_cxx-x86_64
.PATH: ${TOPDIR}/lib/asan
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/dd-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/dd-m64/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/dd-m64/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/dd-m64/Makefile:1.1 Thu Aug 8 10:00:29 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/dd-m64/Makefile Thu Sep 16 22:18:02 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:29 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:02 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.dd-x86_64
.PATH: ${TOPDIR}/lib/tsan/dd
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/dyndd-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/dyndd-m64/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/dyndd-m64/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/dyndd-m64/Makefile:1.1 Thu Aug 8 10:00:30 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/dyndd-m64/Makefile Thu Sep 16 22:18:02 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:30 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:02 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.dyndd-x86_64
.PATH: ${TOPDIR}/lib/tsan/dd
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer-m64/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer-m64/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer-m64/Makefile:1.1 Thu Aug 8 10:00:30 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer-m64/Makefile Thu Sep 16 22:18:02 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:30 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:02 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.fuzzer-x86_64
.PATH: ${TOPDIR}/lib/fuzzer
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer_no_main-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer_no_main-m64/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer_no_main-m64/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer_no_main-m64/Makefile:1.1 Thu Aug 8 10:00:30 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer_no_main-m64/Makefile Thu Sep 16 22:18:03 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:30 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:03 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.fuzzer_no_main-x86_64
.PATH: ${TOPDIR}/lib/fuzzer
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan-m64/Makefile:1.6 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan-m64/Makefile:1.7
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan-m64/Makefile:1.6 Tue May 4 13:23:54 2021
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan-m64/Makefile Thu Sep 16 22:18:03 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/05/04 17:23:54 rillig Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.7 2021/09/17 02:18:03 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.msan-x86_64
.PATH: ${TOPDIR}/lib/ubsan
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan_cxx-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan_cxx-m64/Makefile:1.6 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan_cxx-m64/Makefile:1.7
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan_cxx-m64/Makefile:1.6 Tue May 4 13:23:54 2021
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan_cxx-m64/Makefile Thu Sep 16 22:18:03 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/05/04 17:23:54 rillig Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.7 2021/09/17 02:18:03 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.msan_cxx-x86_64
.PATH: ${TOPDIR}/lib/ubsan
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m32/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m32/Makefile:1.2 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m32/Makefile:1.3
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m32/Makefile:1.2 Fri Aug 23 15:26:02 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m32/Makefile Thu Sep 16 22:18:03 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2019/08/23 19:26:02 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.3 2021/09/17 02:18:03 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.safestack-i386
.PATH: ${TOPDIR}/lib/safestack
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m64/Makefile:1.2 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m64/Makefile:1.3
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m64/Makefile:1.2 Fri Aug 23 15:26:02 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m64/Makefile Thu Sep 16 22:18:03 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2019/08/23 19:26:02 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.3 2021/09/17 02:18:03 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.safestack-x86_64
.PATH: ${TOPDIR}/lib/safestack
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan-m64/Makefile:1.6 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan-m64/Makefile:1.7
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan-m64/Makefile:1.6 Tue May 4 13:23:54 2021
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan-m64/Makefile Thu Sep 16 22:18:03 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/05/04 17:23:54 rillig Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.7 2021/09/17 02:18:03 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.tsan-x86_64
.PATH: ${TOPDIR}/lib/ubsan
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan_cxx-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan_cxx-m64/Makefile:1.6 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan_cxx-m64/Makefile:1.7
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan_cxx-m64/Makefile:1.6 Tue May 4 13:23:54 2021
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan_cxx-m64/Makefile Thu Sep 16 22:18:03 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/05/04 17:23:54 rillig Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.7 2021/09/17 02:18:03 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.tsan_cxx-x86_64
.PATH: ${TOPDIR}/lib/tsan/rtl
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m32/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m32/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m32/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m32/Makefile:1.1 Thu Aug 8 10:00:31 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m32/Makefile Thu Sep 16 22:18:03 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:31 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:03 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.ubsan_minimal-i386
.PATH: ${TOPDIR}/lib/ubsan_minimal
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m64/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m64/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m64/Makefile:1.1 Thu Aug 8 10:00:31 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m64/Makefile Thu Sep 16 22:18:03 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:31 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:03 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.ubsan_minimal-x86_64
.PATH: ${TOPDIR}/lib/ubsan_minimal
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m32/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m32/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m32/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m32/Makefile:1.1 Thu Aug 8 10:00:31 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m32/Makefile Thu Sep 16 22:18:04 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:31 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:04 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.ubsan_minimal-i386
.PATH: ${TOPDIR}/lib/ubsan_minimal
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m64/Makefile:1.6 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m64/Makefile:1.7
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m64/Makefile:1.6 Tue May 4 13:23:54 2021
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m64/Makefile Thu Sep 16 22:18:04 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/05/04 17:23:54 rillig Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.7 2021/09/17 02:18:04 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.ubsan_minimal-x86_64
.PATH: ${TOPDIR}/lib/ubsan_minimal
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m32/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m32/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m32/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m32/Makefile:1.1 Thu Aug 8 10:00:31 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m32/Makefile Thu Sep 16 22:18:04 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:31 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:04 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.ubsan_standalone-i386
.PATH: ${TOPDIR}/lib/interception
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m64/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m64/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m64/Makefile:1.1 Thu Aug 8 10:00:31 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m64/Makefile Thu Sep 16 22:18:04 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:31 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:04 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.ubsan_standalone-x86_64
.PATH: ${TOPDIR}/lib/interception
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m32/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m32/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m32/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m32/Makefile:1.1 Thu Aug 8 10:00:31 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m32/Makefile Thu Sep 16 22:18:04 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:31 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:04 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.ubsan_standalone-i386
.PATH: ${TOPDIR}/lib/interception
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m64/Makefile:1.6 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m64/Makefile:1.7
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m64/Makefile:1.6 Tue May 4 13:23:54 2021
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m64/Makefile Thu Sep 16 22:18:04 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/05/04 17:23:54 rillig Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.7 2021/09/17 02:18:04 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.ubsan_standalone-x86_64
.PATH: ${TOPDIR}/lib/interception
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m32/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m32/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m32/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m32/Makefile:1.1 Thu Aug 8 10:00:32 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m32/Makefile Thu Sep 16 22:18:04 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:32 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:04 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.ubsan_standalone_cxx-i386
.PATH: ${TOPDIR}/lib/ubsan
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m64/Makefile:1.6 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m64/Makefile:1.7
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m64/Makefile:1.6 Tue May 4 13:23:54 2021
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m64/Makefile Thu Sep 16 22:18:04 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2021/05/04 17:23:54 rillig Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.7 2021/09/17 02:18:04 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.ubsan_standalone_cxx-x86_64
.PATH: ${TOPDIR}/lib/ubsan
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-basic-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-basic-m64/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-basic-m64/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-basic-m64/Makefile:1.1 Thu Aug 8 10:00:32 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-basic-m64/Makefile Thu Sep 16 22:18:04 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:32 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:04 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.xray-basic-x86_64
.PATH: ${TOPDIR}/lib/xray
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-fdr-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-fdr-m64/Makefile:1.1 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-fdr-m64/Makefile:1.2
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-fdr-m64/Makefile:1.1 Thu Aug 8 10:00:32 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-fdr-m64/Makefile Thu Sep 16 22:18:05 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2019/08/08 14:00:32 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.2 2021/09/17 02:18:05 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.xray-fdr-x86_64
.PATH: ${TOPDIR}/lib/xray
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-m64/Makefile:1.2 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-m64/Makefile:1.3
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-m64/Makefile:1.2 Fri Aug 23 15:26:02 2019
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-m64/Makefile Thu Sep 16 22:18:05 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2019/08/23 19:26:02 kamil Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.3 2021/09/17 02:18:05 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.xray-x86_64
.PATH: ${TOPDIR}/lib/xray
Index: src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-profiling-m64/Makefile
diff -u src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-profiling-m64/Makefile:1.2 src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-profiling-m64/Makefile:1.3
--- src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-profiling-m64/Makefile:1.2 Thu Sep 16 19:32:50 2021
+++ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-profiling-m64/Makefile Thu Sep 16 22:18:05 2021
@@ -1,14 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2021/09/16 23:32:50 christos Exp $
-
-NOSANITIZER= # defined
+# $NetBSD: Makefile,v 1.3 2021/09/17 02:18:05 christos Exp $
.include "../common.mk"
.include "../sources.mk"
-.include <bsd.own.mk>
-
-TOPDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
-
LIB= libclang_rt.xray-profiling-x86_64
.PATH: ${TOPDIR}/lib/xray