diff options
author | Kevin Hao <kexin.hao@windriver.com> | 2015-07-17 10:58:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-20 10:39:01 +0100 |
commit | 466b0b2c572fb3201ca415b689ce7a950b8625a7 (patch) | |
tree | 03792606118c1a37f6e944d811e26010a93a98e5 /meta/lib/oeqa/runtime/systemd.py | |
parent | 8683206f7ba85f693751415f896a0cc62931e3c4 (diff) | |
download | openembedded-core-466b0b2c572fb3201ca415b689ce7a950b8625a7.tar.gz openembedded-core-466b0b2c572fb3201ca415b689ce7a950b8625a7.tar.bz2 openembedded-core-466b0b2c572fb3201ca415b689ce7a950b8625a7.zip |
kexec-tools: disable the GCC's stack protection for purgatory code
If the GCC's stack protection is enabled by default, the purgatory will
also be built with this option. But it makes no sense to enable this
for the purgatory code, and would cause error when we are trying to
relocate the purgatory codes because symbol like __stack_chk_fail is
unresolved. Instead of disabling this for some archs specifically,
disable it for all the archs.
Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/lib/oeqa/runtime/systemd.py')
0 files changed, 0 insertions, 0 deletions