Don't build Clang libs during lib32 build.

This should massively reduce the buildworld time on amd64.

Pointy hat to:	me
This commit is contained in:
Ed Schouten 2010-06-21 19:44:29 +00:00
parent ed85c5231e
commit bfc72ed568
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209400

View File

@ -138,7 +138,7 @@ _libsdp= libsdp
_libbsnmp= libbsnmp
.endif
.if ${MK_CLANG} != "no"
.if ${MK_CLANG} != "no" && !defined(COMPAT_32BIT)
_clang= clang
.endif