diff options
| -rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.148.bb | 4 |
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 | ||
| 41 | inherit autotools | 41 | inherit autotools |
| 42 | 42 | ||
| 43 | # GCC 4.6.0 raises an unused-but-set warning in libasm, for now remove | ||
| 44 | # this warning from Werror | ||
| 45 | CFLAGS_virtclass-native += "-Wno-error=unused-but-set-variable" | ||
| 46 | |||
| 43 | EXTRA_OECONF = "--program-prefix=eu-" | 47 | EXTRA_OECONF = "--program-prefix=eu-" |
| 44 | 48 | ||
| 45 | do_configure_prepend() { | 49 | do_configure_prepend() { |
