From 2bacd95e8dada49a809083af312533713b30ee4d Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 21 Jun 2010 19:44:29 +0000 Subject: Don't build Clang libs during lib32 build. This should massively reduce the buildworld time on amd64. Pointy hat to: me --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') 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 -- cgit v1.1