Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2018 00:03:49 +0100
From:      Dimitry Andric <dim@FreeBSD.org>
To:        lev@FreeBSD.org
Cc:        freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: How to avoid building of all llvm/clang-related stuff on recent CURRENT?
Message-ID:  <37FC8627-D520-4BAF-B168-783F39F44CAF@FreeBSD.org>
In-Reply-To: <1eddd30d-2743-890f-3e9b-eff06a1d9a41@FreeBSD.org>
References:  <1eddd30d-2743-890f-3e9b-eff06a1d9a41@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--Apple-Mail=_5AEA5B1E-4993-4A1C-AE64-9A77598856FA
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=us-ascii

On 29 Jan 2018, at 20:56, Lev Serebryakov <lev@FreeBSD.org> wrote:
> 
> I have these lines in my nanobsd config:
> 
> WITHOUT_CROSS_COMPILER=yes
> WITH_SYSTEM_COMPILER=yes
> WITHOUT_CLANG=yes
> WITHOUT_CLANG_EXTRAS=yes
> WITHOUT_CLANG_BOOTSTRAP=yes
> WITHOUT_BINUTILS=yes
> WITHOUT_BINUTILS_BOOTSTRAP=yes
> WITHOUT_ELFTOOLCHAIN=yes
> WITHOUT_ELFTOOLCHAIN_TOOLS=yes
> WITHOUT_ELFTOOLCHAIN_BOOTSTRAP=yes
> WITHOUT_LLD=yes
> XCC=/usr/bin/cc
> XCXX=/usr/bin/c++
> XCPP=/usr/bin/cpp
> XAS=/usr/bin/as
> XAR=/usr/bin/ar
> XLD=/usr/bin/ld
> XNM=/usr/bin/nm
> XOBJDUMP=/usr/bin/objdump
> XRANLIB=/usr/bin/ranlib
> XSTRINGS=/usr/bin/strings
> XSTRIPBIN=/usr/bin/strip
> COMPILER_TYPE=clang
> 
> And it worked some time ago. But now "buildworld" with these setting
> build libllvm and other cross-tools anyway.
> 
> Host and target are the same (amd64) and nanobsd sources are the same
> as sources used to build host system.
> 
> How to disable llvm & clang build completely?

I think you also need WITHOUT_LLD_BOOTSTRAP now, if you are building for
amd64 or aarch64.

-Dimitry


--Apple-Mail=_5AEA5B1E-4993-4A1C-AE64-9A77598856FA
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP

-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.2

iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCWm+oVQAKCRCwXqMKLiCW
o7eGAKC7bc0vRX9Nb5UzbQGkVFZb4jRZmACfY3evA5OO6FXU8tlGKub4BXMwHIk=
=k0ml
-----END PGP SIGNATURE-----

--Apple-Mail=_5AEA5B1E-4993-4A1C-AE64-9A77598856FA--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37FC8627-D520-4BAF-B168-783F39F44CAF>