-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 24-05-13 11:44, Eric Bénard schreef: > Signed-off-by: Eric Bénard <[email protected]> --- > recipes-qt/qt5/qtjsbackend.inc | 1 + > .../qtjsbackend/0001-Fix-hardfloat-detection.patch | 33 > ++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 > recipes-qt/qt5/qtjsbackend/0001-Fix-hardfloat-detection.patch > > diff --git a/recipes-qt/qt5/qtjsbackend.inc > b/recipes-qt/qt5/qtjsbackend.inc index 4479654..a0dc632 100644 --- > a/recipes-qt/qt5/qtjsbackend.inc +++ b/recipes-qt/qt5/qtjsbackend.inc @@ > -13,4 +13,5 @@ INC_PR = "r0" > > SRC_URI += " \ > file://0002-v8.pro-respect-external-host-bindir-when-set.patch \ + > file://0001-Fix-hardfloat-detection.patch \ " diff --git > a/recipes-qt/qt5/qtjsbackend/0001-Fix-hardfloat-detection.patch > b/recipes-qt/qt5/qtjsbackend/0001-Fix-hardfloat-detection.patch new file > mode 100644 index 0000000..3d86fbf --- /dev/null +++ > b/recipes-qt/qt5/qtjsbackend/0001-Fix-hardfloat-detection.patch @@ -0,0 > +1,33 @@ +From 05a87fccb76447ce3cb4b926128af929f26469bb Mon Sep 17 > 00:00:00 2001 +From: =?UTF-8?q?Eric=20B=C3=A9nard?= <[email protected]> > +Date: Wed, 22 May 2013 18:50:01 +0200 +Subject: [PATCH] Fix hardfloat > detection + +based on the same patch for nodejs which says : + +gcc has a > builtin define to denote hard abi when in use, e.g. when +using > -mfloat-abi=hard it will define __ARM_PCS_VFP to 1 and therefore +we > should check that to determine which calling convention is in use +and > not __VFP_FP__ which merely indicates presence of VFP unit + +The fix has > been provided by Khem Raj <[email protected]>
Does chromium need a similar patch? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: GPGTools - http://gpgtools.org iD8DBQFRn1F/MkyGM64RGpERAljbAJ9SkkFECqTmkYc8gxj/5KwjR726IACfd5O7 oNta6Xz+YZDKhT/tnsZEwEI= =P43l -----END PGP SIGNATURE----- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
