[OE-core] [PATCH 11/19] valgrind: Remove -no-pie from cflags
Khem Raj
raj.khem at gmail.com
Sat Jul 1 14:23:14 UTC 2017
It has been moved to distro security include file
Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 2 --
1 file changed, 2 deletions(-)
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb
index a81adc31d6..888b132ec7 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb
@@ -73,8 +73,6 @@ CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl'"
# which fixes build path issue in DWARF.
SELECTED_OPTIMIZATION = "${DEBUG_FLAGS}"
-CFLAGS += "-no-pie"
-
def get_mcpu(d):
for arg in (d.getVar('TUNE_CCARGS') or '').split():
if arg.startswith('-mcpu='):
--
2.13.2
More information about the Openembedded-core
mailing list