[OE-core] [PATCH 03/19] goarch: Dont use -fno-PIE on mips
Khem Raj
raj.khem at gmail.com
Sun Dec 29 18:43:59 UTC 2019
This was added with
98b24e9268 goarch.bbclass: set SECURITY_CFLAGS for mips64
to overcome a problem that was inherent in go linker which has been now
fixed in golang compiler upstream
https://github.com/golang/go/issues/20243
https://github.com/golang/go/commit/39c07ce9e5311c94880789f19f2f8b49bf1b5241
Signed-off-by: Khem Raj <raj.khem at gmail.com>
Cc: Kai Kang <kai.kang at windriver.com>
---
meta/classes/goarch.bbclass | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/classes/goarch.bbclass b/meta/classes/goarch.bbclass
index 1147b6d233..33d1a13acb 100644
--- a/meta/classes/goarch.bbclass
+++ b/meta/classes/goarch.bbclass
@@ -53,7 +53,6 @@ ARM_INSTRUCTION_SET_armv5 = "arm"
ARM_INSTRUCTION_SET_armv6 = "arm"
TUNE_CCARGS_remove = "-march=mips32r2"
-SECURITY_CFLAGS_mipsarch = "${SECURITY_NOPIE_CFLAGS}"
SECURITY_NOPIE_CFLAGS ??= ""
# go can't be built with ccache:
--
2.24.1
More information about the Openembedded-core
mailing list