summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authormaya <maya@NetBSD.org>2019-03-04 08:22:19 +0000
committermaya <maya@NetBSD.org>2019-03-04 08:22:19 +0000
commit25ccf24bc272763ae69e5f8e9da571e62e5c2bcf (patch)
treebb6f79110af9ace6ecef8cb6d838631dfd508865 /lib/Makefile
parenta6442db8d98fceb7dbb08784436ce7a7eb301530 (diff)
revert previous.
This breaks 64bit builds, it attempts to build a compat library too and it fails to find headers for it.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 60954df60af..d0ae6b8cd00 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.267 2019/03/03 17:55:04 maya Exp $
+# $NetBSD: Makefile,v 1.268 2019/03/04 08:22:19 maya Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -171,10 +171,6 @@ SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libsupc++
#==================== 2nd library dependency barrier ====================
SUBDIR+= .WAIT
-.if (${MKLLVM} != "no")
-SUBDIR+= ../external/bsd/llvm/lib # depends on libexecinfo
-.endif
-
.for sanitizer in asan lsan ubsan
.if exists(../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/lib${sanitizer})
SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/lib${sanitizer}