From owner-freebsd-emulation@freebsd.org Sun Dec 18 01:59:15 2016 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83A69C71408 for ; Sun, 18 Dec 2016 01:59:15 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6ACBE1661 for ; Sun, 18 Dec 2016 01:59:15 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6A30FC71406; Sun, 18 Dec 2016 01:59:15 +0000 (UTC) Delivered-To: emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69CD1C71405 for ; Sun, 18 Dec 2016 01:59:15 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44BD21660 for ; Sun, 18 Dec 2016 01:59:15 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by freefall.freebsd.org (Postfix) id 967A8F11; Sun, 18 Dec 2016 01:59:14 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 7F818F10 for ; Sun, 18 Dec 2016 01:59:14 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7EF33165F for ; Sun, 18 Dec 2016 01:59:12 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id a311027e TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO for ; Sat, 17 Dec 2016 18:59:11 -0700 (MST) From: Adam Weinberger Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Building kBuild with clang Message-Id: <43863DFB-7F75-4592-A4F7-BCCD9CB5B9F5@adamw.org> Date: Sat, 17 Dec 2016 18:59:09 -0700 To: vbox@FreeBSD.org X-Mailer: Apple Mail (2.3259) X-Mailman-Approved-At: Sun, 18 Dec 2016 03:08:36 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 01:59:15 -0000 There was a brief, glorious period where kBuild didn't require GCC. For = really simple virtualbox builds (amd64/i386 vbox-ose-additions without = X11), kBuild built with clang works just fine. Could I talk you into a non-default option to build kBuild with clang, = with maybe a pkg-help blurb to explain the narrow circumstance under = which it could be enabled? I'd sure love to stop building GCC and all its dependencies for my = simple needs. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org