]> code.ossystems Code Review - openembedded-core.git/commitdiff
binutils: disable werror on native build
authorDan McGregor <dan.mcgregor@usask.ca>
Fri, 15 Jul 2016 01:49:37 +0000 (18:49 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Jul 2016 07:33:15 +0000 (08:33 +0100)
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>
meta/recipes-devtools/binutils/binutils_2.26.bb

index b70ffbf28af05adf0761605997e04c9f5d4589cd..e976bad3ed3b3ef6aa870f0514e311853002e472 100644 (file)
@@ -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