From owner-freebsd-stable@FreeBSD.ORG Mon Dec 17 02:34:02 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A4EAFC6 for ; Mon, 17 Dec 2012 02:34:02 +0000 (UTC) (envelope-from chris#@1command.com) Received: from udns.ultimateDNS.NET (24-113-197-124.wavecable.com [24.113.197.124]) by mx1.freebsd.org (Postfix) with ESMTP id DAC9C8FC13 for ; Mon, 17 Dec 2012 02:34:01 +0000 (UTC) Received: from udns.ultimateDNS.NET (localhost [127.0.0.1]) by udns.ultimateDNS.NET (8.14.5/8.14.5) with ESMTP id qBH2Xup6030199; Sun, 16 Dec 2012 18:34:02 -0800 (PST) (envelope-from chris#@1command.com) Received: (from www@localhost) by udns.ultimateDNS.NET (8.14.5/8.14.5/Submit) id qBH2XpDs030193; Sun, 16 Dec 2012 18:33:51 -0800 (PST) (envelope-from chris#@1command.com) Received: from udns.ultimatedns.net ([24.113.197.124]) (UDNSMS authenticated user chrish) by ultimatedns.net with HTTP; Sun, 16 Dec 2012 18:33:51 -0800 (PST) Message-ID: In-Reply-To: References: Date: Sun, 16 Dec 2012 18:33:51 -0800 (PST) Subject: Re: How do I circumvent the use of clang during build? From: "Chris H" To: "Eitan Adler" User-Agent: UDNSMS/2.0.3 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Tim Daneliuk , freebsd-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 02:34:02 -0000 Greetings, and thank you for the response. > On 16 December 2012 21:17, Tim Daneliuk wrote: >> As I understand it, gcc is still the default on 9 > > For the build, but clang is still built. > >> is it possible >>>to build(world|kernel) && install(world|kernel) without the >>>clang toolchain? > > make -DWITHOUT_CLANG Good news! Thanks for taking the time to respond Eitan. --Chris > > > -- > Eitan Adler >