setting CC/CXX/CPP unconditionally in src.conf

2012-02-26 Thread Alexander Best
hi there, any chance support for setting CC/CXX/CPP unconditionally in src.conf could be added before the release of freebsd 10.0? the way it is done atm is really not intuitive. the rule should really be: - make.conf = applies globally - src.conf = applies only to /usr/src ( maybe a ports.conf

Re: setting CC/CXX/CPP unconditionally in src.conf

2012-02-26 Thread Warner Losh
On Feb 26, 2012, at 2:37 PM, Alexander Best wrote: > hi there, > > any chance support for setting CC/CXX/CPP unconditionally in src.conf could be > added before the release of freebsd 10.0? the way it is done atm is really not > intuitive. the rule should really be: > >

Re: setting CC/CXX/CPP unconditionally in src.conf

2012-02-26 Thread Dimitry Andric
On 2012-02-26 23:38, Warner Losh wrote: > On Feb 26, 2012, at 2:37 PM, Alexander Best wrote: >> any chance support for setting CC/CXX/CPP unconditionally in src.conf could >> be >> added before the release of freebsd 10.0? the way it is done atm is really >> not &g

Re: setting CC/CXX/CPP unconditionally in src.conf

2012-02-26 Thread O. Hartmann
On 02/26/12 23:38, Warner Losh wrote: > > On Feb 26, 2012, at 2:37 PM, Alexander Best wrote: > >> hi there, >> >> any chance support for setting CC/CXX/CPP unconditionally in src.conf could >> be >> added before the release of freebsd 10.0? the way it is

Re: setting CC/CXX/CPP unconditionally in src.conf

2012-02-28 Thread Dimitry Andric
On 2012-02-26 22:37, Alexander Best wrote: > any chance support for setting CC/CXX/CPP unconditionally in src.conf could be > added before the release of freebsd 10.0? the way it is done atm is really not > intuitive. the rule should really be: > > - make.conf = applies global

Re: setting CC/CXX/CPP unconditionally in src.conf

2012-02-28 Thread Alexander Best
On Tue Feb 28 12, Dimitry Andric wrote: > On 2012-02-26 22:37, Alexander Best wrote: > > any chance support for setting CC/CXX/CPP unconditionally in src.conf could > > be > > added before the release of freebsd 10.0? the way it is done atm is really > > not > >

Re: setting CC/CXX/CPP unconditionally in src.conf

2012-02-28 Thread Alexander Best
On Tue Feb 28 12, Dimitry Andric wrote: > On 2012-02-26 22:37, Alexander Best wrote: > > any chance support for setting CC/CXX/CPP unconditionally in src.conf could > > be > > added before the release of freebsd 10.0? the way it is done atm is really > > not > >

Re: setting CC/CXX/CPP unconditionally in src.conf

2012-02-28 Thread Ade Lovett
On 2/28/2012 14:11, Alexander Best wrote: any chance we can have a CFLAGS.gcc and CFLAGS.clang in the future? that would make certain things a lot easier. dealing with gcc specific options, such as -mpreferred-stack-boundary=2 would simply work by setting CFLAGS.gcc=-mpreferred-stack-boundary=2 e

Re: setting CC/CXX/CPP unconditionally in src.conf

2012-02-28 Thread Alexander Best
On Tue Feb 28 12, Alexander Best wrote: > On Tue Feb 28 12, Dimitry Andric wrote: > > On 2012-02-26 22:37, Alexander Best wrote: > > > any chance support for setting CC/CXX/CPP unconditionally in src.conf > > > could be > > > added before the release of fre