[OE-core] [krogoth][PATCH 6/8] binutils: disable werror on native build

Khem Raj raj.khem at gmail.com
Fri Jul 15 03:26:28 UTC 2016


> On Jul 14, 2016, at 6:49 PM, Tim Orling <timothy.t.orling at linux.intel.com> wrote:
> 
> From: Dan McGregor <dan.mcgregor at usask.ca>
> 
> 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>
> ---
> 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”

How about other flavors of binutils ?

> 
> do_install_class-native () {
> 	autotools_do_install
> --
> 2.7.4
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160714/ce4f4511/attachment-0002.sig>


More information about the Openembedded-core mailing list