summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/rmc/rmc-efi.bb
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-bsp/rmc/rmc-efi.bb')
-rw-r--r--common/recipes-bsp/rmc/rmc-efi.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/recipes-bsp/rmc/rmc-efi.bb b/common/recipes-bsp/rmc/rmc-efi.bb
index ea096197..2a1c9a98 100644
--- a/common/recipes-bsp/rmc/rmc-efi.bb
+++ b/common/recipes-bsp/rmc/rmc-efi.bb
@@ -21,6 +21,7 @@ EXTRA_OEMAKE = "RMC_INSTALL_PREFIX=${D}/${prefix} \
21 RMC_INSTALL_HEADER_PATH=${D}${includedir}/rmc" 21 RMC_INSTALL_HEADER_PATH=${D}${includedir}/rmc"
22 22
23SECURITY_CFLAGS_remove_class-target = "-fstack-protector-strong" 23SECURITY_CFLAGS_remove_class-target = "-fstack-protector-strong"
24SECURITY_CFLAGS_append_class-target = " -fno-stack-protector"
24 25
25python () { 26python () {
26 ccargs = d.getVar('TUNE_CCARGS').split() 27 ccargs = d.getVar('TUNE_CCARGS').split()