]> code.ossystems Code Review - openembedded-core.git/commit
security_flags.inc: Do not build gcc for powerpc with PIE defaults
authorKhem Raj <raj.khem@gmail.com>
Tue, 4 Jul 2017 01:33:10 +0000 (18:33 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Jul 2017 12:33:58 +0000 (13:33 +0100)
commit4f3a9ccdb1d45804f4c094589e69e0bc87dc9c62
tree1a77be68018938619e723d001ef423a2f82056a3
parentc32dbe73f2089177a071ba81a9de82dac7741e44
security_flags.inc: Do not build gcc for powerpc with PIE defaults

Since we have disabled FPIE from SECURITY_CFLAGS already, we have
to ensure the same with gcc, otherwise gcc (on-device) will be built
defaulting to PIE, and such binaries will fail to execute

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/conf/distro/include/security_flags.inc