]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "qt4*.bbclass: disable build qt on mips64 with 64 bits userspace"
authorJackie Huang <jackie.huang@windriver.com>
Fri, 28 Nov 2014 06:48:37 +0000 (01:48 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Dec 2014 17:42:46 +0000 (17:42 +0000)
This reverts commit 17890ebd637da0b3bf78804002d8b4f0ace078d2.

qt4 is upgraded to 4.8.6 and this is fixed by:
c889b40 qt webkit: add support for MIPS64 platforms

so revert the commit.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/qt4e.bbclass
meta/classes/qt4x11.bbclass

index 850bb6a717a1decbfc7531941a7969692bb2f401..13b1050aace1042c328cbdd04e71272e806e7821 100644 (file)
@@ -19,6 +19,3 @@ EXTRA_QMAKEVARS_PRE += " QT_LIBINFIX=${QT_LIBINFIX} "
 
 # Qt4 uses atomic instructions not supported in thumb mode
 ARM_INSTRUCTION_SET = "arm"
-
-# Qt4 could NOT be built on MIPS64 with 64 bits userspace
-COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
index 65d196afc676acea23bddb2599b0558153251cbe..b06e15d29e7321a1c328a3c123dd6e4019d929d2 100644 (file)
@@ -9,6 +9,3 @@ QT_LIBINFIX = ""
 
 # Qt4 uses atomic instructions not supported in thumb mode
 ARM_INSTRUCTION_SET = "arm"
-
-# Qt4 could NOT be built on MIPS64 with 64 bits userspace
-COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"