diff options
| -rw-r--r-- | common/recipes-bsp/rmc/rmc-efi.bb | 1 | ||||
| -rw-r--r-- | common/recipes-bsp/rmc/rmc.bb | 1 |
2 files changed, 2 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 | ||
| 23 | SECURITY_CFLAGS_remove_class-target = "-fstack-protector-strong" | 23 | SECURITY_CFLAGS_remove_class-target = "-fstack-protector-strong" |
| 24 | SECURITY_CFLAGS_append_class-target = " -fno-stack-protector" | ||
| 24 | 25 | ||
| 25 | python () { | 26 | python () { |
| 26 | ccargs = d.getVar('TUNE_CCARGS').split() | 27 | ccargs = d.getVar('TUNE_CCARGS').split() |
diff --git a/common/recipes-bsp/rmc/rmc.bb b/common/recipes-bsp/rmc/rmc.bb index fb0d1737..8797644b 100644 --- a/common/recipes-bsp/rmc/rmc.bb +++ b/common/recipes-bsp/rmc/rmc.bb | |||
| @@ -28,6 +28,7 @@ EXTRA_OEMAKE = "RMC_INSTALL_PREFIX=${D}/${prefix} \ | |||
| 28 | RMC_INSTALL_HEADER_PATH=${D}${includedir}/rmc" | 28 | RMC_INSTALL_HEADER_PATH=${D}${includedir}/rmc" |
| 29 | 29 | ||
| 30 | SECURITY_CFLAGS_remove_class-target = "-fstack-protector-strong" | 30 | SECURITY_CFLAGS_remove_class-target = "-fstack-protector-strong" |
| 31 | SECURITY_CFLAGS_append_class-target = " -fno-stack-protector" | ||
| 31 | 32 | ||
| 32 | do_compile_class-target() { | 33 | do_compile_class-target() { |
| 33 | oe_runmake | 34 | oe_runmake |
