mirror of
git://git.yoctoproject.org/poky
synced 2026-08-15 22:49:25 +00:00
valgrind: Remove -no-pie from cflags
It has been moved to distro security include file (From OE-Core rev: a071303abd275d7fd967289f58062240c4e6d764) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
931430f94c
commit
1542de816c
@ -74,8 +74,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='):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user