diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2019-09-05 13:44:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-06 12:45:47 +0100 |
commit | e5fe46c4c09b4a73da0983328700311a63736a5e (patch) | |
tree | 92f3fe784aa7cf1a12fb4301b3a4a963d5899a4f /meta/conf | |
parent | 568130c1224b566dd2e1bba4143f33505a19ef11 (diff) | |
download | poky-e5fe46c4c09b4a73da0983328700311a63736a5e.tar.gz |
security_flags.inc: Add overrides for glibc-testsuite to match glibc
Ensure glibc-testsuite has the same flags as glibc.
(From OE-Core rev: f8ab08441f90eb75295304c57746c6e5f907ca64)
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 758bd89c3e..aaf04e9e59 100644 --- a/meta/conf/distro/include/security_flags.inc +++ b/meta/conf/distro/include/security_flags.inc | |||
@@ -36,6 +36,7 @@ SECURITY_CFLAGS_remove_powerpc = "${SECURITY_PIE_CFLAGS}" | |||
36 | SECURITY_CFLAGS_pn-libgcc_powerpc = "" | 36 | SECURITY_CFLAGS_pn-libgcc_powerpc = "" |
37 | 37 | ||
38 | SECURITY_CFLAGS_pn-glibc = "" | 38 | SECURITY_CFLAGS_pn-glibc = "" |
39 | SECURITY_CFLAGS_pn-glibc-testsuite = "" | ||
39 | SECURITY_CFLAGS_pn-gcc-runtime = "" | 40 | SECURITY_CFLAGS_pn-gcc-runtime = "" |
40 | SECURITY_CFLAGS_pn-grub = "" | 41 | SECURITY_CFLAGS_pn-grub = "" |
41 | SECURITY_CFLAGS_pn-grub-efi = "" | 42 | SECURITY_CFLAGS_pn-grub-efi = "" |
@@ -59,6 +60,7 @@ TARGET_LDFLAGS_append_class-target = " ${SECURITY_LDFLAGS}" | |||
59 | 60 | ||
60 | SECURITY_STACK_PROTECTOR_pn-gcc-runtime = "" | 61 | SECURITY_STACK_PROTECTOR_pn-gcc-runtime = "" |
61 | SECURITY_STACK_PROTECTOR_pn-glibc = "" | 62 | SECURITY_STACK_PROTECTOR_pn-glibc = "" |
63 | SECURITY_STACK_PROTECTOR_pn-glibc-testsuite = "" | ||
62 | # All xorg module drivers need to be linked this way as well and are | 64 | # All xorg module drivers need to be linked this way as well and are |
63 | # handled in recipes-graphics/xorg-driver/xorg-driver-common.inc | 65 | # handled in recipes-graphics/xorg-driver/xorg-driver-common.inc |
64 | SECURITY_LDFLAGS_pn-xserver-xorg = "${SECURITY_X_LDFLAGS}" | 66 | SECURITY_LDFLAGS_pn-xserver-xorg = "${SECURITY_X_LDFLAGS}" |