diff options
| author | christos <christos@NetBSD.org> | 2018-06-09 22:41:55 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2018-06-09 22:41:55 +0000 |
| commit | f0f1e7008a3f77a97777a14180d82d461fe2323e (patch) | |
| tree | 98423aef31d1faf2b873ef331f54a631ca8af9cb /lib/libpthread | |
| parent | 14cc2d08be37266758b98c32135b6f6b2a60a068 (diff) | |
We can't build those three with MKSANITIZER, they are used too early.
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 3a168b96789..291d24d8169 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -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 |
