mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
Revert "qt4*.bbclass: disable build qt on mips64 with 64 bits userspace"
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. (From OE-Core rev: 28abbcc5cc4fcea23528027ef2c0faebcd9474c8) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
05f206d15b
commit
8403b75108
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user