mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
meson.bbclass: Use the correct C++ compiler when cross compiling
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
7fb45590ff
commit
40fd946e1b
@@ -52,7 +52,7 @@ do_write_config() {
|
||||
cat >${WORKDIR}/meson.cross <<EOF
|
||||
[binaries]
|
||||
c = '${HOST_PREFIX}gcc'
|
||||
cpp = '${HOST_PREFIX}gcc'
|
||||
cpp = '${HOST_PREFIX}g++'
|
||||
ar = '${HOST_PREFIX}ar'
|
||||
ld = '${HOST_PREFIX}ld'
|
||||
strip = '${HOST_PREFIX}strip'
|
||||
|
||||
Reference in New Issue
Block a user