diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 23:43:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 23:51:55 +0100 |
commit | e659426a458694b6c337791b631e2bfc296f4aaf (patch) | |
tree | 02c60daa3cfe9e532d3810581263143f8a4e9176 | |
parent | a0933f0a9287a84053c4f9a02771f4c804d0148b (diff) | |
download | 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>
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.148.bb | 4 |
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 c395be81dc..b2f700ede7 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 += "\ | |||
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 | |||
47 | EXTRA_OECONF = "--program-prefix=eu-" | 43 | EXTRA_OECONF = "--program-prefix=eu-" |
48 | 44 | ||
49 | do_configure_prepend() { | 45 | do_configure_prepend() { |