mirror of
https://git.yoctoproject.org/poky
synced 2026-03-16 04:09:39 +01:00
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>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user