diff options
author | Dan McGregor <dan.mcgregor@usask.ca> | 2016-07-14 18:49:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-27 08:33:15 +0100 |
commit | 640235620061c1b7155e1504702e5c26b5ecfdaa (patch) | |
tree | 3cfa407f7bf5830ba12db621167802ce07afd7b9 | |
parent | 76271b5710e8d02d4ca0559cbf72c149f9beb4e2 (diff) | |
download | openembedded-core-640235620061c1b7155e1504702e5c26b5ecfdaa.tar.gz openembedded-core-640235620061c1b7155e1504702e5c26b5ecfdaa.tar.bz2 openembedded-core-640235620061c1b7155e1504702e5c26b5ecfdaa.zip |
binutils: disable werror on native build
It's disabled on cross builds, and it's needed for gcc 6
(From OE-Core rev: ce1b37e29dc89b67dc698e856007b59faa16c4df)
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>
-rw-r--r-- | meta/recipes-devtools/binutils/binutils_2.26.bb | 3 |
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=/ \ EXTRA_OECONF_class-native = "--enable-targets=all \ --enable-64-bit-bfd \ --enable-install-libiberty \ - --enable-install-libbfd" + --enable-install-libbfd \ + --disable-werror" do_install_class-native () { autotools_do_install |