summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-04 23:43:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-04 23:51:55 +0100
commite659426a458694b6c337791b631e2bfc296f4aaf (patch)
tree02c60daa3cfe9e532d3810581263143f8a4e9176 /meta
parenta0933f0a9287a84053c4f9a02771f4c804d0148b (diff)
downloadast2050-yocto-poky-e659426a458694b6c337791b631e2bfc296f4aaf.zip
ast2050-yocto-poky-e659426a458694b6c337791b631e2bfc296f4aaf.tar.gz
Revert "elfutils: fix builds with gcc 4.6"
This change does not work with previous versions of gcc. This reverts commit a02eb31697cd977f3587f42bb09b8a9ebcca7a4b. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.148.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
index c395be8..b2f700e 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
@@ -40,10 +40,6 @@ SRC_URI += "\
inherit autotools
-# GCC 4.6.0 raises an unused-but-set warning in libasm, for now remove
-# this warning from Werror
-CFLAGS_virtclass-native += "-Wno-error=unused-but-set-variable"
-
EXTRA_OECONF = "--program-prefix=eu-"
do_configure_prepend() {
OpenPOWER on IntegriCloud