Re: WITHOUT_CLANG=yes fix

2010-08-03 Thread Dimitry Andric
On 2010-08-03 12:08, Tijl Coosemans wrote: > How about introducing a MK_CLANG_BOOTSTRAP that defaults to "yes" on > all platforms so you don't have the cross building problem. Setting > WITHOUT_CLANG would force it to "no". Well, in some local patches I already have a WITH_CLANG_BOOTSTRAP setting,

Re: WITHOUT_CLANG=yes fix

2010-08-03 Thread Tijl Coosemans
On Monday 02 August 2010 18:36:54 Dimitry Andric wrote: > On 2010-08-02 18:12, paradox wrote: # XXX: There is no way to specify bootstrap tools depending on MK-flags # with different per-architecture default values. >>> Always build tblgen. >>> >>> Did you read that "XXX" comment? >> >> w

Re: WITHOUT_CLANG=yes fix

2010-08-02 Thread paradox
> > http://svn.freebsd.org/viewvc/base/head/Makefile.inc1?revision=210116&view=markup > > > > plz fix buidl without clang > > > > # XXX: There is no way to specify bootstrap tools > depending on MK-flags > > # with different per-architecture default values. > Always build tblgen. > > Did you rea

Re: WITHOUT_CLANG=yes fix

2010-08-02 Thread Dimitry Andric
On 2010-08-02 18:12, paradox wrote: >>> # XXX: There is no way to specify bootstrap tools depending on MK-flags >>> # with different per-architecture default values. >> Always build tblgen. >> >> Did you read that "XXX" comment? > > why do i need to build bootstrap clang "utils" if i don't use it?

Re: WITHOUT_CLANG=yes fix

2010-08-02 Thread Dimitry Andric
On 2010-08-02 15:58, paradox wrote: > http://svn.freebsd.org/viewvc/base/head/Makefile.inc1?revision=210116&view=markup > > plz fix buidl without clang > > # XXX: There is no way to specify bootstrap tools depending on MK-flags > # with different per-architecture default values. Always build tblg