From owner-svn-src-all@freebsd.org Mon Jan 20 17:38:18 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E4531221AF9 for ; Mon, 20 Jan 2020 17:38:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 481f5k4M3Jz4lmf; Mon, 20 Jan 2020 17:38:18 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 8C53D16EC7; Mon, 20 Jan 2020 17:38:18 +0000 (UTC) Date: Mon, 20 Jan 2020 17:38:18 +0000 From: Alexey Dokuchaev To: Eugene Grosbein Cc: "svn-src-all@freebsd.org" Subject: Re: svn commit: r356758 - in head/usr.sbin/bsdinstall: . scripts Message-ID: <20200120173818.GA25886@FreeBSD.org> References: <20200117000333.GI38096@zxy.spb.ru> <3b4b4bda-75a3-3019-bc02-ecd6acacd77f@grosbein.net> <20200117112151.GJ38096@zxy.spb.ru> <0f117603-d995-b32d-68fb-36cc319d9b79@grosbein.net> <20200117125851.GK38096@zxy.spb.ru> <798ef101-c9e5-093b-8a0c-7fd3cb9a07b1@grosbein.net> <20200120172238.GA59489@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jan 2020 17:38:18 -0000 On Tue, Jan 21, 2020 at 12:33:11AM +0700, Eugene Grosbein wrote: > 21.01.2020 0:22, Alexey Dokuchaev wrote: > > On Fri, Jan 17, 2020 at 08:17:11PM +0700, Eugene Grosbein wrote: > >> ... > >> It was fine before clang-[78]. Buy nowadays, yes, I'm forced to use > >> multiple knobs for src.conf > >> > >> WITHOUT_LLVM_TARGET_ALL= > >> WITH_LLVM_TARGET_X86= > >> WITHOUT_CLANG_FULL= > > > > Thanks, I've added them (with =yes part) to my /etc/src.conf as well. > > I've noticed I also have WITHOUT_CLANG_EXTRAS=yes there, is this one > > still needed/does any good? > > Take a look at src/usr.bin/clang/Makefile, it seems WITH_CLANG_EXTRAS > enables building multiple utilities like llvm versions of ar, as, nm, > objcopy, objdump etc. Hmm, I do have those (under /usr/bin) and they don't seem like being *extras* but rather essential part of the toolchain. I'll take a closer look, perhaps I've added WITHOUT_CLANG_EXTRAS=yes *after* my last build of the world, thanks. ./danfe