Re: How to avoid building of all llvm/clang-related stuff on recent CURRENT?

2018-01-30 Thread Lev Serebryakov
On 30.01.2018 7:05, Shane Ambler wrote: > You may also (soon) need WITHOUT_LLD_IS_LD, there are plans to enable > LLD by default. I think, WITHOUT_LLD should be enough, together with WITHOUT_LLD_BOOTSTRAP. > Looking at man src.conf on current, > > WITHOUT_CROSS_COMPILER enforces - >

Re: How to avoid building of all llvm/clang-related stuff on recent CURRENT?

2018-01-29 Thread Shane Ambler
On 30/01/2018 09:33, Dimitry Andric wrote: > On 29 Jan 2018, at 20:56, Lev Serebryakov wrote: >> >> I have these lines in my nanobsd config: >> >> WITHOUT_CROSS_COMPILER=yes >> WITH_SYSTEM_COMPILER=yes >> WITHOUT_CLANG=yes >> WITHOUT_CLANG_EXTRAS=yes >>

Re: How to avoid building of all llvm/clang-related stuff on recent CURRENT?

2018-01-29 Thread Lev Serebryakov
It is not part of ELFTOOLCHAIN? -- // Lev Serebryakov -Original Message- From: Dimitry Andric To: l...@freebsd.org Cc: freebsd-current Sent: Tue, 30 Jan 2018 2:04 Subject: Re: How to avoid building of all llvm/clang-related stuff on

Re: How to avoid building of all llvm/clang-related stuff on recent CURRENT?

2018-01-29 Thread Dimitry Andric
On 29 Jan 2018, at 20:56, Lev Serebryakov 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 >