Files
poky/meta/recipes-devtools
Andre McCurdy 4732d2936c gcc6: enable FL_LPAE flag for armv7ve cores
The following commit added the FL_LPAE flag to FL_FOR_ARCH7VE, but
neglected to also add it to the armv7ve compatible cores defined in
arm-cores.def.

  af2d9b9e58

The result is that gcc 6.4 now refuses to allow -march=armv7ve and
-mcpu=XXX to be used together, even when -mcpu is set to an armv7ve
compatible core:

  arm-linux-gnueabi-gcc -march=armv7ve -mcpu=cortex-a7 -Werror ...
  error: switch -mcpu=cortex-a7 conflicts with -march=armv7ve switch [-Werror]

Fix by defining flags for armv7ve compatible cores directly from
FL_FOR_ARCH7VE, rather than re-creating the armv7ve flags
independently by combining FL_FOR_ARCH7A with the armv7ve specific
FL_THUMB_DIV and FL_ARM_DIV flags.

(From OE-Core rev: e0d856d64f9e2afd762d6d40bcc6c8dc5e06b430)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-03-14 07:54:06 -07: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-12-04 17:23:57 +00: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
2018-01-14 11:09:46 +00:00
2017-08-23 12:06:51 +01:00
2017-09-25 14:14:17 +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-07-27 22:36:53 +01:00