diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/security_flags.inc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc index 52e1e4ebc5..4e20a4d0f8 100644 --- a/meta/conf/distro/include/security_flags.inc +++ b/meta/conf/distro/include/security_flags.inc | |||
@@ -28,13 +28,10 @@ SECURITY_LDFLAGS ?= "-fstack-protector-strong -Wl,-z,relro,-z,now" | |||
28 | SECURITY_X_LDFLAGS ?= "-fstack-protector-strong -Wl,-z,relro" | 28 | SECURITY_X_LDFLAGS ?= "-fstack-protector-strong -Wl,-z,relro" |
29 | 29 | ||
30 | # powerpc does not get on with pie for reasons not looked into as yet | 30 | # powerpc does not get on with pie for reasons not looked into as yet |
31 | SECURITY_CFLAGS_powerpc = "-fstack-protector-strong ${lcl_maybe_fortify} ${SECURITY_NOPIE_CFLAGS}" | ||
32 | SECURITY_CFLAGS_pn-libgcc_powerpc = "" | ||
33 | SECURITY_CFLAGS_append_powerpc_pn-libdrm = " -fPIC -DPIC" | ||
34 | SECURITY_CFLAGS_append_powerpc_pn-libinput = " -fPIC -DPIC" | ||
35 | SECURITY_CFLAGS_append_powerpc_pn-at-spi2-core = " -fPIC -DPIC" | ||
36 | GCCPIE_powerpc = "" | 31 | GCCPIE_powerpc = "" |
37 | GLIBCPIE_powerpc = "" | 32 | GLIBCPIE_powerpc = "" |
33 | SECURITY_CFLAGS_remove_powerpc = "${SECURITY_PIE_CFLAGS}" | ||
34 | SECURITY_CFLAGS_pn-libgcc_powerpc = "" | ||
38 | 35 | ||
39 | SECURITY_CFLAGS_pn-glibc = "" | 36 | SECURITY_CFLAGS_pn-glibc = "" |
40 | SECURITY_CFLAGS_pn-glibc-initial = "" | 37 | SECURITY_CFLAGS_pn-glibc-initial = "" |