Files
poky/meta/recipes-devtools
Øystein Walle d1f30d37ba 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>
2017-10-16 23:52:44 +01:00
..
2017-08-23 08:47:03 +01:00
2017-07-30 08:46:20 +01:00
2017-07-21 11:12:44 +01:00
2017-08-13 09:27:38 +01:00
2017-08-09 09:24:16 +01:00
2017-10-16 23:52:44 +01:00
2017-08-09 09:24:15 +01:00
2017-06-28 15:52:18 +01:00
2017-09-13 22:07:42 +01:00
2017-10-09 10:09:09 +01:00
2017-08-18 10:40:26 +01:00
2017-06-28 20:55:08 +01:00
2017-08-13 09:27:38 +01:00
2017-06-28 15:52:18 +01:00
2017-08-23 08:47:02 +01:00
2017-05-12 08:51:09 +01:00
2017-08-13 09:27:37 +01:00
2017-05-29 15:15:20 +01:00
2017-08-27 22:30:06 +01:00
2017-07-21 22:51:38 +01:00
2017-08-23 12:06:51 +01:00
2017-09-25 14:14:17 +01:00
2017-10-07 23:20:40 +01:00
2017-09-22 17:15:30 +01:00
2017-04-05 23:22:13 +01:00
2017-09-18 11:07:30 +01:00
2017-09-11 17:30:30 +01:00
2017-02-23 12:49:51 -08:00
2017-08-17 00:21:14 +01:00
2017-08-23 08:47:02 +01:00
2017-07-27 22:36:53 +01:00