summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2016-07-14 18:49:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-27 08:33:38 +0100
commit3ee0f6afc816ac7caccda3316dfed43df50442f1 (patch)
treee0acbefe064c75b44c6ae7afc86c4938d7ed44ce /meta
parentb3acdca9b67ce6bbe5fc07f409aee6f6915060bb (diff)
downloadpoky-3ee0f6afc816ac7caccda3316dfed43df50442f1.tar.gz
binutils: disable werror on native build
It's disabled on cross builds, and it's needed for gcc 6 (From OE-Core rev: ce1b37e29dc89b67dc698e856007b59faa16c4df) (From OE-Core rev: 640235620061c1b7155e1504702e5c26b5ecfdaa) Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/binutils/binutils_2.26.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils_2.26.bb b/meta/recipes-devtools/binutils/binutils_2.26.bb
index b70ffbf28a..e976bad3ed 100644
--- a/meta/recipes-devtools/binutils/binutils_2.26.bb
+++ b/meta/recipes-devtools/binutils/binutils_2.26.bb
@@ -13,7 +13,8 @@ EXTRA_OECONF += "--with-sysroot=/ \
13EXTRA_OECONF_class-native = "--enable-targets=all \ 13EXTRA_OECONF_class-native = "--enable-targets=all \
14 --enable-64-bit-bfd \ 14 --enable-64-bit-bfd \
15 --enable-install-libiberty \ 15 --enable-install-libiberty \
16 --enable-install-libbfd" 16 --enable-install-libbfd \
17 --disable-werror"
17 18
18do_install_class-native () { 19do_install_class-native () {
19 autotools_do_install 20 autotools_do_install