From: Matt Madison Date: Sat, 23 Sep 2017 00:58:22 +0000 (-0700) Subject: go_1.9: remove obsolete overrides X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19866 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a6b6c76dfc73aa6690f09dc2e0c16b81155f2d6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git go_1.9: remove obsolete overrides Now that mips and security flags fixes are in place in the bbclasses, remove the local settings in this recipe. Signed-off-by: Matt Madison Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/go/go_1.9.bb b/meta/recipes-devtools/go/go_1.9.bb index 08ab793f864..c67e2cb0507 100644 --- a/meta/recipes-devtools/go/go_1.9.bb +++ b/meta/recipes-devtools/go/go_1.9.bb @@ -1,4 +1,2 @@ require go-${PV}.inc require go-target.inc -TUNE_CCARGS_remove = "-march=mips32r2" -SECURITY_PIE_CFLAGS_remove = "-fPIE -pie"