summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/qt4e.bbclass3
-rw-r--r--meta/classes/qt4x11.bbclass3
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/classes/qt4e.bbclass b/meta/classes/qt4e.bbclass
index de2a68d25b..d7f5df842a 100644
--- a/meta/classes/qt4e.bbclass
+++ b/meta/classes/qt4e.bbclass
@@ -18,3 +18,6 @@ EXTRA_QMAKEVARS_PRE += " QT_LIBINFIX=${QT_LIBINFIX} "
18 18
19# Qt4 uses atomic instructions not supported in thumb mode 19# Qt4 uses atomic instructions not supported in thumb mode
20ARM_INSTRUCTION_SET = "arm" 20ARM_INSTRUCTION_SET = "arm"
21
22# Qt4 could NOT be built on MIPS64 with 64 bits userspace
23COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
diff --git a/meta/classes/qt4x11.bbclass b/meta/classes/qt4x11.bbclass
index b06e15d29e..65d196afc6 100644
--- a/meta/classes/qt4x11.bbclass
+++ b/meta/classes/qt4x11.bbclass
@@ -9,3 +9,6 @@ QT_LIBINFIX = ""
9 9
10# Qt4 uses atomic instructions not supported in thumb mode 10# Qt4 uses atomic instructions not supported in thumb mode
11ARM_INSTRUCTION_SET = "arm" 11ARM_INSTRUCTION_SET = "arm"
12
13# Qt4 could NOT be built on MIPS64 with 64 bits userspace
14COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"