Re: [OE-core] boost: Ineffective compileflags and linkflags in user-config.jam

2014-02-18 Thread Mike Crowe
On Tuesday 18 February 2014 at 13:01:31 -0800, Khem Raj wrote: > On Tue, Feb 18, 2014 at 12:53 PM, Mike Crowe wrote: > > or should users of this recipe be given a convenient ability to override > > the compileflags, with perhaps something like: > > > > 'using gcc ; 4.3.1 : ${CXX} : "${CFLAGS}" "$

Re: [OE-core] boost: Ineffective compileflags and linkflags in user-config.jam

2014-02-18 Thread Khem Raj
On Tue, Feb 18, 2014 at 12:53 PM, Mike Crowe wrote: > or should users of this recipe be given a convenient ability to override > the compileflags, with perhaps something like: > > 'using gcc ; 4.3.1 : ${CXX} : "${CFLAGS}" "${CXXFLAGS}" ;' this one. care to send a patch ?

[OE-core] boost: Ineffective compileflags and linkflags in user-config.jam

2014-02-18 Thread Mike Crowe
boost.inc's do_boostconfig task contains: # D2194:Fixing the failure of "error: duplicate initialization of gcc with the following parameters" during compilation. if ! grep -qe "^using gcc : 4.3.1" ${S}/tools/build/v2/user-config.jam then echo 'using gcc : 4.3.1 : ${CXX} : compileflags -DBO