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