diff options
author | Øystein Walle <ow@datarespons.no> | 2017-10-10 14:59:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-16 23:52:44 +0100 |
commit | d1f30d37ba38b2a03fc5eb4fd13af4ea5bd8307f (patch) | |
tree | 58d6c7eed70bf989c2a6345df83bb8f1bd8963e5 /meta/recipes-devtools/qemu/qemu-helper | |
parent | 840527352acce412d8781ecc1da306b8f5ad833d (diff) | |
download | poky-d1f30d37ba38b2a03fc5eb4fd13af4ea5bd8307f.tar.gz |
cmake: fix typo in toolchain file
The missing underscore makes CMake define a new variable named "CMAKE"
with the contents "ASM_FLAGS ${CMAKE_C_FLAGS}" instead of a variable
named "CMAKE_ASM_FLAGS" with contents equal to "CMAKE_C_FLAGS". It seems
clear that the intention was to assign "CMAKE_ASM_FLAGS".
CMake uses variables named "CMAKE_<LANG>_FLAGS" for defining default
compiler flags for a given language <LANG>. Leaving this flag unset may
have unintended consequences. Not doing so is however not an error as
far as CMake is concerned so it is silently accepted.
(From OE-Core rev: 03a4dd085e3be2821eff5a1a1e7e96b809465565)
Signed-off-by: Øystein Walle <ow@datarespons.no>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu-helper')
0 files changed, 0 insertions, 0 deletions