generic-poky/meta
Andre McCurdy aa072d0162 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: 166863e85a614a88ae0856274cfe7657e4f1e95d)

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:55:02 -07:00
..
classes testimage: Pass the logger into OERuntimeTestContextExecutor.getTarget() 2018-03-04 11:11:59 +00:00
conf gcc6: Upgrade to 6.4 2018-03-14 07:55:02 -07:00
files ext-sdk-prepare.py: use quiet mode when preparing sysroot 2017-04-19 10:38:37 +01:00
lib oeqa/runtime/buildcpio: Use our own mirror for source 2018-03-04 11:11:59 +00:00
recipes-bsp grub: Fix device mapper dependency 2018-03-04 11:11:58 +00:00
recipes-connectivity openssh: Atomically generate host keys 2018-03-08 10:31:20 -08:00
recipes-core ovmf-native: fix compile issue on new OS like FC27 and Ubuntu 17 2018-03-04 11:11:58 +00:00
recipes-devtools gcc6: enable FL_LPAE flag for armv7ve cores 2018-03-14 07:55:02 -07:00
recipes-extended tzdata: update to 2018c 2018-03-04 11:11:57 +00:00
recipes-gnome gtk+3: Update the patches to work with old versions of patch 2017-08-31 17:57:11 +01:00
recipes-graphics weston: add patch to set pitch correctly for subsampled textures 2017-12-11 22:02:59 +00:00
recipes-kernel linux-yocto-rt/4.1: update to include spectre fixes 2018-03-08 10:31:20 -08:00
recipes-lsb4 libpng12: Use rm instead of unlink 2017-03-10 14:50:11 +00:00
recipes-multimedia tiff: Security fix for CVE-2017-7593 2017-11-05 22:39:49 +00:00
recipes-rt meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
recipes-sato webkitgtk: update to 2.18.5 (includes Spectre mitigations; see commit description) 2018-01-14 22:10:21 +00:00
recipes-support p11-kit: take source code from official git 2018-03-04 11:11:58 +00:00
site siteinfo.bbclass: Add mipsisa{32, 64}r6{el, } support 2016-10-07 16:43:57 +01:00
COPYING.GPLv2 Fix license notices for OE-Core 2014-01-02 12:58:54 +00:00
COPYING.MIT
recipes.txt qt4: remove recipes and classes 2016-01-07 13:40:14 +00:00