All of lore.kernel.org
 help / color / mirror / Atom feed
From: danismostlikely@gmail.com
To: openembedded-core@lists.openembedded.org
Subject: [master][krogoth][PATCH 4/5] binutils: disable werror on native build
Date: Tue, 10 May 2016 10:04:48 -0600	[thread overview]
Message-ID: <1462896289-15644-3-git-send-email-danismostlikely@gmail.com> (raw)
In-Reply-To: <1462896289-15644-1-git-send-email-danismostlikely@gmail.com>

From: Dan McGregor <danismostlikely@gmail.com>

From: Daniel McGregor <daniel.mcgregor@vecima.com>

binutils has some warnings when compiled with gcc 6.0. Disable
werror for the native build to work around build failures.

Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.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
-- 
2.8.2



  parent reply	other threads:[~2016-05-10 16:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-10 16:04 [master][krogoth][PATCH v2 2/5] gcc 4.9: backport gperf fixes danismostlikely
2016-05-10 16:04 ` [master][krogoth][PATCH 3/5] openjade-native: work around bug exposed by GCC 6 danismostlikely
2016-05-14  1:03   ` Khem Raj
2016-05-10 16:04 ` danismostlikely [this message]
2016-05-10 16:04 ` [master][krogoth][PATCH 5/5] pkgconfig: fix build with host gcc 6 danismostlikely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1462896289-15644-3-git-send-email-danismostlikely@gmail.com \
    --to=danismostlikely@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.