Do not disable GCCPIE

It seems to work fine with gcc9 and clang 9

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2019-08-13 22:09:23 -07:00
parent 2d65e7069b
commit 4c57b60dbe

View File

@@ -20,7 +20,7 @@ LAYERSERIES_COMPAT_riscv-layer = "warrior"
# risc-v does not get along with pie for reasons in so far not looked into
SECURITY_CFLAGS_riscv64 = ""
SECURITY_CFLAGS_pn-libgcc_riscv64 = ""
GCCPIE_riscv64 = ""
#GCCPIE_riscv64 = ""
GLIBCPIE_riscv64 = ""
SECURITY_CFLAGS_riscv32 = ""
SECURITY_CFLAGS_pn-libgcc_riscv32 = ""