diff options
-rw-r--r-- | meta/conf/distro/include/security_flags.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc index dd713b9818..ab2062b78f 100644 --- a/meta/conf/distro/include/security_flags.inc +++ b/meta/conf/distro/include/security_flags.inc | |||
@@ -29,6 +29,7 @@ SECURITY_X_LDFLAGS ?= "-fstack-protector-strong -Wl,-z,relro" | |||
29 | # powerpc does not get on with pie for reasons not looked into as yet | 29 | # powerpc does not get on with pie for reasons not looked into as yet |
30 | SECURITY_CFLAGS_powerpc = "-fstack-protector-strong ${lcl_maybe_fortify} ${SECURITY_NOPIE_CFLAGS}" | 30 | SECURITY_CFLAGS_powerpc = "-fstack-protector-strong ${lcl_maybe_fortify} ${SECURITY_NOPIE_CFLAGS}" |
31 | SECURITY_CFLAGS_pn-libgcc_powerpc = "" | 31 | SECURITY_CFLAGS_pn-libgcc_powerpc = "" |
32 | GCCPIE_powerpc = "" | ||
32 | 33 | ||
33 | # arm specific security flag issues | 34 | # arm specific security flag issues |
34 | SECURITY_CFLAGS_pn-glibc = "" | 35 | SECURITY_CFLAGS_pn-glibc = "" |