Ø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-08-03 11:14:13 +01:00
2017-08-09 09:24:16 +01:00
2017-09-18 11:07:30 +01:00
2017-07-21 11:12:44 +01:00
2017-09-11 17:30:29 +01:00
2017-08-13 09:27:38 +01:00
2017-08-16 00:03:13 +01:00
2017-02-23 12:49:51 -08:00
2017-03-10 14:50:11 +00:00
2017-08-09 09:24:16 +01:00
2017-10-16 23:52:44 +01:00
2017-07-24 09:13:30 +01:00
2017-09-11 17:30:29 +01:00
2016-07-20 10:28:46 +01:00
2016-10-28 16:15:18 +01:00
2017-08-09 09:24:15 +01:00
2017-08-16 00:03:13 +01:00
2017-06-28 15:52:18 +01:00
2017-08-19 22:15:38 +01:00
2017-02-23 12:49:50 -08:00
2017-03-08 11:52:56 +00: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-31 17:41:41 +01:00
2017-10-16 23:52:44 +01:00
2017-06-28 15:52:18 +01:00
2017-08-23 08:47:02 +01:00
2017-08-16 00:03:13 +01:00
2017-10-07 23:20:39 +01:00
2016-06-15 08:35:02 +01:00
2017-09-21 09:05:49 +01:00
2014-01-02 12:50:23 +00:00
2015-01-16 23:08:27 +00:00
2017-05-25 23:59:32 +01:00
2017-05-12 08:51:09 +01:00
2017-07-24 09:13:30 +01:00
2017-08-13 09:27:37 +01:00
2017-07-24 09:13:30 +01:00
2017-08-18 23:46:38 +01:00
2017-09-26 11:05:01 +01:00
2017-09-13 22:07:42 +01:00
2017-03-07 20:05:31 +00:00
2016-09-16 15:24:02 +01:00
2017-09-02 00:52:10 +01:00
2017-05-16 14:08:29 +01:00
2017-08-16 00:03:13 +01:00
2017-04-11 18:10:18 +01:00
2017-06-22 09:16:00 +01:00
2017-05-29 15:15:20 +01:00
2017-08-27 22:30:06 +01:00
2017-09-21 09:05:50 +01:00
2017-06-28 15:52:18 +01:00
2017-07-21 22:51:38 +01:00
2017-08-09 09:24:15 +01:00
2016-06-16 11:11:40 +01:00
2017-03-07 20:05:31 +00:00
2017-07-24 09:13:30 +01:00
2017-08-16 00:03:13 +01:00
2017-10-16 23:52:44 +01:00
2017-08-23 12:06:51 +01:00
2017-07-21 22:51:37 +01:00
2016-10-28 16:15:21 +01:00
2017-10-07 23:20:39 +01:00
2017-09-25 14:14:17 +01:00
2017-10-07 23:20:40 +01:00
2017-09-02 00:52:10 +01:00
2017-09-22 17:15:30 +01:00
2017-04-05 23:22:13 +01:00
2017-08-18 10:40:26 +01:00
2017-03-07 20:05:31 +00:00
2017-09-18 11:07:30 +01:00
2017-08-16 00:03:14 +01:00
2017-08-23 08:47:03 +01:00
2017-09-22 17:15: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-07-21 22:51:38 +01:00
2017-08-16 00:03:13 +01:00
2017-08-23 08:47:02 +01:00
2017-05-30 10:15:20 +01:00
2017-02-23 12:49:51 -08:00
2017-07-27 22:36:53 +01:00
2017-08-23 12:06:51 +01:00
2017-04-05 23:22:12 +01:00
2017-03-11 16:09:13 +00:00
2014-03-31 23:04:35 +01:00