From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 1 03:32:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 85956D63; Fri, 1 Mar 2013 03:32:01 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 60FC2305; Fri, 1 Mar 2013 03:32:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r213W1Fb039684; Fri, 1 Mar 2013 03:32:01 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r213W10B039680; Fri, 1 Mar 2013 03:32:01 GMT (envelope-from brooks) Date: Fri, 1 Mar 2013 03:32:01 GMT Message-Id: <201303010332.r213W10B039680@freefall.freebsd.org> To: thierry@FreeBSD.org, brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org From: brooks@FreeBSD.org Subject: Re: misc/173914: [build] share/mk/bsd.compiler.mk does not know ccache X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 03:32:01 -0000 Synopsis: [build] share/mk/bsd.compiler.mk does not know ccache State-Changed-From-To: open->closed State-Changed-By: brooks State-Changed-When: Fri Mar 1 03:26:59 UTC 2013 State-Changed-Why: Compilers that don't look or act like gcc or clang are not supported by base system today. If you are running a supported compiler through a wrapper like distcc that hides the compiler then set the COMPILER_TYPE varible appropriately when building. I've updated bsd.compiler.mk in HEAD to be slightly more helpful in this regard. http://www.freebsd.org/cgi/query-pr.cgi?pr=173914