diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/security_flags.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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 = "" | |||
57 | 57 | ||
58 | TARGET_CC_ARCH_append_class-target = " ${SECURITY_CFLAGS}" | 58 | TARGET_CC_ARCH_append_class-target = " ${SECURITY_CFLAGS}" |
59 | TARGET_LDFLAGS_append_class-target = " ${SECURITY_LDFLAGS}" | 59 | TARGET_LDFLAGS_append_class-target = " ${SECURITY_LDFLAGS}" |
60 | TARGET_CC_ARCH_append_class-cross-canadian = " ${SECURITY_CFLAGS}" | ||
61 | TARGET_LDFLAGS_append_class-cross-canadian = " ${SECURITY_LDFLAGS}" | ||
60 | 62 | ||
61 | SECURITY_STACK_PROTECTOR_pn-gcc-runtime = "" | 63 | SECURITY_STACK_PROTECTOR_pn-gcc-runtime = "" |
62 | SECURITY_STACK_PROTECTOR_pn-glibc = "" | 64 | SECURITY_STACK_PROTECTOR_pn-glibc = "" |