[oe-commits] [openembedded-core] 16/21: binutils: disable werror on native build

git at git.openembedded.org git at git.openembedded.org
Wed Jul 27 07:34:39 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit 640235620061c1b7155e1504702e5c26b5ecfdaa
Author: Dan McGregor <dan.mcgregor at usask.ca>
AuthorDate: Thu Jul 14 18:49:37 2016 -0700

    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 at usask.ca>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-devtools/binutils/binutils_2.26.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/binutils/binutils_2.26.bb b/meta/recipes-devtools/binutils/binutils_2.26.bb
index b70ffbf..e976bad 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list