From 14f65e46a4270d0074e2a749236904d589a879a5 Mon Sep 17 00:00:00 2001 From: Denis Carikli Date: Thu, 15 Sep 2011 11:26:16 +0200 Subject: qt4(embedded and x11): Disable neon for armv6-vfp Without the -no-neon flag, neon is "autodetected" by looking if the compiler is capable of compiling a neon test, and succeed, and neon is then enabled during the compilation. (From OE-Core rev: 026b59180fe3fbeb43cfd143f053ef33f482ef0c) Signed-off-by: Denis Carikli Signed-off-by: Richard Purdie --- meta/recipes-qt/qt4/qt4-embedded_4.7.3.bb | 4 ++-- meta/recipes-qt/qt4/qt4-x11-free_4.7.3.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'meta/recipes-qt/qt4') diff --git a/meta/recipes-qt/qt4/qt4-embedded_4.7.3.bb b/meta/recipes-qt/qt4/qt4-embedded_4.7.3.bb index c3f6713199..801b45ab82 100644 --- a/meta/recipes-qt/qt4/qt4-embedded_4.7.3.bb +++ b/meta/recipes-qt/qt4/qt4-embedded_4.7.3.bb @@ -1,9 +1,9 @@ require qt-${PV}.inc require qt4-embedded.inc -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" -QT_CONFIG_FLAGS_append_armv6 = " -no-neon " +QT_CONFIG_FLAGS_append_armv6-vfp = " -no-neon " QT_CONFIG_FLAGS += " \ -exceptions \ diff --git a/meta/recipes-qt/qt4/qt4-x11-free_4.7.3.bb b/meta/recipes-qt/qt4/qt4-x11-free_4.7.3.bb index 75c6314e7f..413afb4a2d 100644 --- a/meta/recipes-qt/qt4/qt4-x11-free_4.7.3.bb +++ b/meta/recipes-qt/qt4/qt4-x11-free_4.7.3.bb @@ -1,9 +1,9 @@ require qt4-x11-free.inc require qt-${PV}.inc -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" -QT_CONFIG_FLAGS_append_armv6 = " -no-neon " +QT_CONFIG_FLAGS_append_armv6-vfp = " -no-neon " QT_CONFIG_FLAGS += " \ -no-embedded \ -- cgit v1.2.3-54-g00ecf