Commit 3226365
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 <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>1 parent e109eb7 commit 3226365
File tree
2 files changed
+5
-9
lines changed- meta-chromium/recipes-browser/chromium
2 files changed
+5
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 37 | | |
42 | 38 | | |
43 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments