mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-04 07:44:45 +02:00
layer.conf: Disable PIE for riscv32 as well
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -22,3 +22,7 @@ SECURITY_CFLAGS_riscv64 = ""
|
||||
SECURITY_CFLAGS_pn-libgcc_riscv64 = ""
|
||||
GCCPIE_riscv64 = ""
|
||||
GLIBCPIE_riscv64 = ""
|
||||
SECURITY_CFLAGS_riscv32 = ""
|
||||
SECURITY_CFLAGS_pn-libgcc_riscv32 = ""
|
||||
GCCPIE_riscv32 = ""
|
||||
GLIBCPIE_riscv32 = ""
|
||||
|
||||
Reference in New Issue
Block a user