]> code.ossystems Code Review - openembedded-core.git/commit
native.bbclass: Set CXXFLAGS from BUILD_CXXFLAGS not BUILD_CFLAGS
authorPhil Blundell <pb@pbcl.net>
Sat, 30 Jan 2016 12:21:59 +0000 (12:21 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 31 Jan 2016 13:29:38 +0000 (13:29 +0000)
commitfd75637d97cc3d669229e59c1d21ce7038fc92d7
treedd0971131432b62b501522e7dcf3d4a33324f63d
parent078987cd3ad68acdb68e9d40d9021b96ffec6c09
native.bbclass: Set CXXFLAGS from BUILD_CXXFLAGS not BUILD_CFLAGS

Although BUILD_CXXFLAGS, by default, expands to the same thing as
BUILD_CFLAGS there is no guarantee that this will be true in all
cases.  When setting CXXFLAGS we should use the former.

Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/native.bbclass