summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/elfutils')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.148.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
index b2f700ede7..c395be81dc 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
@@ -40,6 +40,10 @@ SRC_URI += "\
40 40
41inherit autotools 41inherit autotools
42 42
43# GCC 4.6.0 raises an unused-but-set warning in libasm, for now remove
44# this warning from Werror
45CFLAGS_virtclass-native += "-Wno-error=unused-but-set-variable"
46
43EXTRA_OECONF = "--program-prefix=eu-" 47EXTRA_OECONF = "--program-prefix=eu-"
44 48
45do_configure_prepend() { 49do_configure_prepend() {