From owner-freebsd-stable@FreeBSD.ORG Mon Dec 17 02:12:40 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 6180759D for ; Mon, 17 Dec 2012 02:12:40 +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 316A28FC15 for ; Mon, 17 Dec 2012 02:12:39 +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 qBH2CaJ5029601 for ; Sun, 16 Dec 2012 18:12:42 -0800 (PST) (envelope-from chris#@1command.com) Received: (from www@localhost) by udns.ultimateDNS.NET (8.14.5/8.14.5/Submit) id qBH2CVej029600; Sun, 16 Dec 2012 18:12:31 -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:12:31 -0800 (PST) Message-ID: <8e0665312c81ed7e18dafca553709aa1.authenticated@ultimatedns.net> Date: Sun, 16 Dec 2012 18:12:31 -0800 (PST) Subject: How do I circumvent the use of clang during build? From: "Chris H" To: "freebsd-stable" 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 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:12:40 -0000 Greetings, I recently made a attempt to move from RELENG_8 to RELENG_9. I've been on BSD since the early 80's, and with the exception of a couple of failed kernels (my fault), I've never had one failure with the build(world|kernel) || install(world|kernel). The only notable difference I noticed, was the addition of clang. While I can't (yet) conclusively blame it on clang. I _can_ say, that the whole process took _3_ times longer, than without. So my question is; is it possible to build(world|kernel) && install(world|kernel) without the clang toolchain? If for no other reason but to discover whether clang was responsible for the failure, and whether building w/o clang is any faster. Thank you for all your time, and consideration. --Chris