> 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
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"
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
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
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