All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH] security_flags.inc: fix flags missing from SDK toolchain
@ 2020-03-24 17:02 Tom Hochstein
  2020-03-24 17:25 ` Antoine Manache
  0 siblings, 1 reply; 8+ messages in thread
From: Tom Hochstein @ 2020-03-24 17:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Tom Hochstein

The security flags were missing from the SDK toolchain
because they were added specifically to class-target.
Add them to class-cross-canadian as well.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
---
 meta/conf/distro/include/security_flags.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc
index aaf04e9e59..568d03693c 100644
--- a/meta/conf/distro/include/security_flags.inc
+++ b/meta/conf/distro/include/security_flags.inc
@@ -57,6 +57,8 @@ SECURITY_STRINGFORMAT_pn-gcc = ""
 
 TARGET_CC_ARCH_append_class-target = " ${SECURITY_CFLAGS}"
 TARGET_LDFLAGS_append_class-target = " ${SECURITY_LDFLAGS}"
+TARGET_CC_ARCH_append_class-cross-canadian = " ${SECURITY_CFLAGS}"
+TARGET_LDFLAGS_append_class-cross-canadian = " ${SECURITY_LDFLAGS}"
 
 SECURITY_STACK_PROTECTOR_pn-gcc-runtime = ""
 SECURITY_STACK_PROTECTOR_pn-glibc = ""
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-03-25 10:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-24 17:02 [OE-core][PATCH] security_flags.inc: fix flags missing from SDK toolchain Tom Hochstein
2020-03-24 17:25 ` Antoine Manache
2020-03-24 18:03   ` Richard Purdie
2020-03-24 18:34     ` Tom Hochstein
2020-03-24 19:06       ` Antoine Manache
2020-03-24 22:57         ` Richard Purdie
2020-03-25  1:33           ` Tom Hochstein
2020-03-25 10:10             ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.