Re: [OE-core] [PATCH 3/6] security_flags: Disable fstack-protector for gcc runtime libs

2016-02-04 Thread Andre McCurdy
On Thu, Feb 4, 2016 at 2:55 PM, Khem Raj wrote: > it causes a catch-22 situation where we build libssp in gcc-runtime > but also pass -fstack-protector flags which require libssp, these > libraries are special as well. > > also flush out ldflags for gcc libs and glibc > >

[OE-core] [PATCH 3/6] security_flags: Disable fstack-protector for gcc runtime libs

2016-02-04 Thread Khem Raj
it causes a catch-22 situation where we build libssp in gcc-runtime but also pass -fstack-protector flags which require libssp, these libraries are special as well. also flush out ldflags for gcc libs and glibc Signed-off-by: Khem Raj ---

[OE-core] [PATCH 3/6] security_flags: Disable fstack-protector for gcc runtime libs

2016-02-02 Thread Khem Raj
it causes a catch-22 situation where we build libssp in gcc-runtime but also pass -fstack-protector flags which require libssp, these libraries are special as well. also flush out ldflags Signed-off-by: Khem Raj --- meta/conf/distro/include/security_flags.inc | 9 ++---