Re: [OE-core] [PATCH 2/2] uclibc: never build with SSP

2016-06-21 Thread Khem Raj
> On Jun 20, 2016, at 7:48 AM, André Draszik wrote: > > Hi Khem, > > On Mi, 2016-06-15 at 17:20 -0700, Khem Raj wrote: >> On Fri, Jun 10, 2016 at 8:12 AM, André Draszik wrote: >>> From: André Draszik >>> >>> This doesn't work, as the initial gcc that is used for compiling >>> uclibc doesn't

Re: [OE-core] [PATCH 2/2] uclibc: never build with SSP

2016-06-20 Thread André Draszik
On Mo, 2016-06-20 at 15:48 +0100, André Draszik wrote: > This patch fixes uclibc builds when SSP has been enabled by including > security_flags.inc in distro.conf Should read: This patch fixes uclibc builds when SSP has been enabled by including security_flags.inc in distro.conf and adding "ssp"

Re: [OE-core] [PATCH 2/2] uclibc: never build with SSP

2016-06-20 Thread André Draszik
Hi Khem, On Mi, 2016-06-15 at 17:20 -0700, Khem Raj wrote: > On Fri, Jun 10, 2016 at 8:12 AM, André Draszik wrote: > > From: André Draszik > > > > This doesn't work, as the initial gcc that is used for compiling > > uclibc doesn't have support for SSP yet (since that will only > > be available

Re: [OE-core] [PATCH 2/2] uclibc: never build with SSP

2016-06-15 Thread Khem Raj
On Fri, Jun 10, 2016 at 8:12 AM, André Draszik wrote: > From: André Draszik > > This doesn't work, as the initial gcc that is used for compiling > uclibc doesn't have support for SSP yet (since that will only > be available once uclibc has been compiled). Since during that > same compilation step

[OE-core] [PATCH 2/2] uclibc: never build with SSP

2016-06-10 Thread André Draszik
From: André Draszik This doesn't work, as the initial gcc that is used for compiling uclibc doesn't have support for SSP yet (since that will only be available once uclibc has been compiled). Since during that same compilation step uclibc is trying to build its own utils those are failing to comp