Module Name: src
Committed By: christos
Date: Sat Jun 9 22:41:55 UTC 2018
Modified Files:
src/lib/libc: Makefile.inc
src/lib/libpthread: Makefile
src/libexec/ld.elf_so: Makefile
Log Message:
We can't build those three with MKSANITIZER, they are used too early.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/Makefile.inc
cvs rdiff -u -r1.88 -r1.89 src/lib/libpthread/Makefile
cvs rdiff -u -r1.137 -r1.138 src/libexec/ld.elf_so/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/Makefile.inc
diff -u src/lib/libc/Makefile.inc:1.18 src/lib/libc/Makefile.inc:1.19
--- src/lib/libc/Makefile.inc:1.18 Fri Aug 28 07:45:02 2015
+++ src/lib/libc/Makefile.inc Sat Jun 9 18:41:55 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.18 2015/08/28 11:45:02 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.19 2018/06/09 22:41:55 christos Exp $
# @(#)Makefile 8.2 (Berkeley) 2/3/94
#
# All library objects contain sccsid strings by default; they may be
@@ -17,6 +17,7 @@
# The Hesiod functions are always in libc. To choose that getpwent() and friends
# actually call the Hesiod functions, put -DHESIOD on the CPPFLAGS line below.
+NOSANITIZER= # defined
USE_FORT?= yes
USE_SHLIBDIR= yes
Index: src/lib/libpthread/Makefile
diff -u src/lib/libpthread/Makefile:1.88 src/lib/libpthread/Makefile:1.89
--- src/lib/libpthread/Makefile:1.88 Sun Feb 25 13:51:18 2018
+++ src/lib/libpthread/Makefile Sat Jun 9 18:41:55 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.88 2018/02/25 18:51:18 chs Exp $
+# $NetBSD: Makefile,v 1.89 2018/06/09 22:41:55 christos Exp $
#
+#NOSANITIZER= # defined
WARNS?= 5
LIB= pthread
Index: src/libexec/ld.elf_so/Makefile
diff -u src/libexec/ld.elf_so/Makefile:1.137 src/libexec/ld.elf_so/Makefile:1.138
--- src/libexec/ld.elf_so/Makefile:1.137 Mon Jun 19 07:57:01 2017
+++ src/libexec/ld.elf_so/Makefile Sat Jun 9 18:41:55 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.137 2017/06/19 11:57:01 joerg Exp $
+# $NetBSD: Makefile,v 1.138 2018/06/09 22:41:55 christos Exp $
#
# NOTE: when changing ld.so, ensure that ldd still compiles.
#
-
+NOSANITIZER= # defined
WARNS?=4
LDELFSO_MACHINE_ARCH?= ${MACHINE_ARCH}