]> code.ossystems Code Review - openembedded-core.git/commit
meson.bbclass: use HOST_CC_ARCH, not TARGET_CC_ARCH
authorChristopher Larson <chris_larson@mentor.com>
Tue, 9 Jan 2018 15:54:18 +0000 (20:54 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Jan 2018 08:43:55 +0000 (08:43 +0000)
commit8a61e0c0c53275ebc623296f46676d920b11eb3b
tree0fa248ab56dce51aee915f92c6af7957d9191fa0
parentaabb3bc2e150dccf01e283ed02a4701753b20362
meson.bbclass: use HOST_CC_ARCH, not TARGET_CC_ARCH

Using TARGET_CC_ARCH is inconsistent with CC, which uses HOST_CC_ARCH, and the
rest of meson.bbclass, which uses HOST_PREFIX, HOST_OS, etc.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/meson.bbclass