diff options
-rw-r--r-- | meta-rcar-gen2/recipes-graphics/mesa/mesa_10.%.bbappend | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-rcar-gen2/recipes-graphics/mesa/mesa_10.%.bbappend b/meta-rcar-gen2/recipes-graphics/mesa/mesa_10.%.bbappend index c5b6a2d..cd08da8 100644 --- a/meta-rcar-gen2/recipes-graphics/mesa/mesa_10.%.bbappend +++ b/meta-rcar-gen2/recipes-graphics/mesa/mesa_10.%.bbappend @@ -12,6 +12,6 @@ def map_libs(d): MESATARGET := "${@map_libs(d)}" include mesa-${MESATARGET}.inc -# Temporarily disable Cortex A7 optimisation to avoid upstream build issue -# between YP 1.7 gcc toolchain and Mesa 10.1,x releases. -TARGET_CC_ARCH_remove_alt = "-mtune=cortex-a7" +# For R-Car E2 temporarily disable Cortex A7 optimisation to avoid upstream +# build issue between YP 1.7 gcc toolchain and Mesa 10.1.x releases. +TARGET_CC_ARCH_remove_r8a7794 = "-mtune=cortex-a7" |