diff options
Diffstat (limited to 'meta/recipes-core/glib-2.0')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 3 |
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 | ||
69 | ARM_INSTRUCTION_SET_armv4 = "arm" | 69 | ARM_INSTRUCTION_SET_armv4 = "arm" |
70 | ARM_INSTRUCTION_SET_armv5 = "arm" | 70 | ARM_INSTRUCTION_SET_armv5 = "arm" |
71 | # Valgrind runtime detection works using hand-written assembly, which | ||
72 | # doesn't support mips16e | ||
73 | CPPFLAGS_append_class-target_mips16e = " -DNVALGRIND=1" | ||
71 | 74 | ||
72 | USE_NLS = "yes" | 75 | USE_NLS = "yes" |
73 | 76 | ||