You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gn-utils.inc: use target variables without TARGET_ prefix
* CXXFLAGS compared with TARGET_CXXFLAGS have few more options
meta/conf/distro/include/tclibc-glibc.inc appends
-fvisibility-inlines-hidden
meta-clang/classes/clang.bbclass appends
${LIBCPLUSPLUS}
* we can use this instead of adding LIBCPLUSPLUS to TUNE_CCARGS in
#554
* instead of ${TARGET_PREFIX}readelf use READELF variable from bitbake.conf:
it uses HOST_PREFIX which is better and is available since morty with:
https://git.openembedded.org/openembedded-core/commit/?id=3442ee423813d547be7899a25ea31efe719e662f
Signed-off-by: Martin Jansa <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
0 commit comments