summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index c2ccedaeff..906e0d4d56 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -68,6 +68,9 @@ FILES_${PN}-utils = "${bindir}/*"
68 68
69ARM_INSTRUCTION_SET_armv4 = "arm" 69ARM_INSTRUCTION_SET_armv4 = "arm"
70ARM_INSTRUCTION_SET_armv5 = "arm" 70ARM_INSTRUCTION_SET_armv5 = "arm"
71# Valgrind runtime detection works using hand-written assembly, which
72# doesn't support mips16e
73CPPFLAGS_append_class-target_mips16e = " -DNVALGRIND=1"
71 74
72USE_NLS = "yes" 75USE_NLS = "yes"
73 76