Re: [OE-core] [PATCH] [fido] binutils: fix native builds when host has gcc5

2015-06-17 Thread Joshua Lock
Hi Martin, Instead of taking this I've queued a patch in my fido/next branch from George McCollister's patch[2] which backports a fix from upstream instead. With this I'm able to build binutils-native on a Fedora 22 laptop. Cheers, Joshua 1. http://cgit.openembedded.org/openembedded-core-c

[OE-core] [PATCH][fido] binutils: fix native builds when host has gcc5

2015-06-16 Thread George McCollister
Cherry pick upstream commit to fix -Werror=logical-not-parentheses error when building with native gcc5. Signed-off-by: George McCollister --- meta/recipes-devtools/binutils/binutils-2.24.inc | 1 + ...86.c-Werror-logical-not-parentheses-error.patch | 76 ++ 2 files change

Re: [OE-core] [PATCH] [fido] binutils: fix native builds when host has gcc5

2015-06-12 Thread Khem Raj
On Thu, Jun 11, 2015 at 1:27 AM, Martin Stolpe wrote: > Yes, it would be better to fix these warnings. But on the other hand > this patch would just restore the previous behavior. So as a long term > solution I agree with you that these warnings should be fixed but why > not use a workaround until

Re: [OE-core] [PATCH] [fido] binutils: fix native builds when host has gcc5

2015-06-10 Thread Martin Stolpe
Yes, it would be better to fix these warnings. But on the other hand this patch would just restore the previous behavior. So as a long term solution I agree with you that these warnings should be fixed but why not use a workaround until the problems are fixed? I wouldn't dare to try to fix these wa

Re: [OE-core] [PATCH] [fido] binutils: fix native builds when host has gcc5

2015-06-10 Thread Khem Raj
On Wed, Jun 10, 2015 at 10:26 AM, Martin Stolpe wrote: > Problem is that when building binutils using GCC >=5.0 > warnings will be treated as errors which will cause > the build to fail. > > Signed-off-by: Martin Stolpe > --- > meta/recipes-devtools/binutils/binutils_2.24.bb | 5 - > 1 file

[OE-core] [PATCH] [fido] binutils: fix native builds when host has gcc5

2015-06-10 Thread Martin Stolpe
Problem is that when building binutils using GCC >=5.0 warnings will be treated as errors which will cause the build to fail. Signed-off-by: Martin Stolpe --- meta/recipes-devtools/binutils/binutils_2.24.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devt