Re: [OE-core] [PATCH] security_flags: Remove stack protector flags from LDFLAGS

2020-01-16 Thread Junling Zheng
Ping... On 2020/1/2 18:53, Junling Zheng wrote: > The stack protector flag is a compile option, not a link option, so > remove it from LDFLAGS. > > Signed-off-by: Junling Zheng > --- > meta/conf/distro/include/security_flags.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > d

Re: [OE-core] [PATCH] security_flags: Remove stack protector flags from LDFLAGS

2020-01-07 Thread Junling Zheng
Ping... On 2020/1/2 18:53, Junling Zheng wrote: > The stack protector flag is a compile option, not a link option, so > remove it from LDFLAGS. > > Signed-off-by: Junling Zheng > --- > meta/conf/distro/include/security_flags.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > d

[OE-core] [PATCH] security_flags: Remove stack protector flags from LDFLAGS

2020-01-02 Thread Junling Zheng
The stack protector flag is a compile option, not a link option, so remove it from LDFLAGS. Signed-off-by: Junling Zheng --- meta/conf/distro/include/security_flags.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/include/security_flags.inc b/meta/con