Re: disable stack protector for cmake on arm

2016-02-18 Thread Jonathan Gray
On Thu, Feb 18, 2016 at 03:32:09PM +, Stuart Henderson wrote: > On 2016/02/18 15:51, David Coppa wrote: > > On Thu, Feb 18, 2016 at 3:31 PM, Jonathan Gray wrote: > > > Switch back to using base gcc with the stack protector disabled > > > for arm. This requires miod's patch to disable the stac

Re: disable stack protector for cmake on arm

2016-02-18 Thread Stuart Henderson
On 2016/02/18 15:51, David Coppa wrote: > On Thu, Feb 18, 2016 at 3:31 PM, Jonathan Gray wrote: > > Switch back to using base gcc with the stack protector disabled > > for arm. This requires miod's patch to disable the stack protector > > for libstdc++ on arm I just committed to src. > > Is the

Re: disable stack protector for cmake on arm

2016-02-18 Thread David Coppa
On Thu, Feb 18, 2016 at 3:31 PM, Jonathan Gray wrote: > Switch back to using base gcc with the stack protector disabled > for arm. This requires miod's patch to disable the stack protector > for libstdc++ on arm I just committed to src. Is the diff below producing a working cmake? Have you tried