diff options
author | Mike Crowe <mac@mcrowe.com> | 2014-03-13 10:01:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-17 14:01:42 +0000 |
commit | 5760485c6f9797c8c046d5eed4924ff792226269 (patch) | |
tree | fda7017651b0d988bd39ccf1be2c019cbc53ddb3 /scripts/hob | |
parent | 888447cd0cf1fbbcdde0c58d470e43aea943581c (diff) | |
download | poky-5760485c6f9797c8c046d5eed4924ff792226269.tar.gz |
boost: Pass CFLAGS, CXXFLAGS and LDFLAGS correctly into boost.build
The compileflags and linkflags do_boostconfig puts into user-config.jam are
having no effect. According to
http://www.boost.org/boost-build2/doc/html/bbv2/reference/tools.html the
correct syntax would be <compileflags>"the flags" <linkflags>"the flags".
Since the flags specified were having no effect they can't be necessary and
can be safely removed. We should be passing ${CFLAGS}, ${CXXFLAGS} and
${LDFLAGS} instead so that users of the recipe can pass arbitrary flags as
they choose.
(From OE-Core rev: f09d2583894be0a4069600381046bec5e7f0277b)
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/hob')
0 files changed, 0 insertions, 0 deletions