summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-06-21 19:44:29 +0000
committered <ed@FreeBSD.org>2010-06-21 19:44:29 +0000
commit2bacd95e8dada49a809083af312533713b30ee4d (patch)
tree5a60d48ffd99bdba187227267d1d2ce10479fd4b /lib
parentd9c5ce363775130fb35497a6c84f86e96c2be34b (diff)
downloadFreeBSD-src-2bacd95e8dada49a809083af312533713b30ee4d.zip
FreeBSD-src-2bacd95e8dada49a809083af312533713b30ee4d.tar.gz
Don't build Clang libs during lib32 build.
This should massively reduce the buildworld time on amd64. Pointy hat to: me
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 7748b98..6dcd178 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -138,7 +138,7 @@ _libsdp= libsdp
_libbsnmp= libbsnmp
.endif
-.if ${MK_CLANG} != "no"
+.if ${MK_CLANG} != "no" && !defined(COMPAT_32BIT)
_clang= clang
.endif
OpenPOWER on IntegriCloud