diff options
author | Topi Kuutela <topi.kuutela@intel.com> | 2015-08-07 09:42:35 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-09 00:14:03 -0700 |
commit | ad841dbb667dc77b18db2427792601b33fb79d70 (patch) | |
tree | e51c900b0aad98a7894cdf88a7233a6dcdb591cb /scripts | |
parent | 9b97a0693b1b58463b1f55f35a6558314a2921c1 (diff) | |
download | poky-ad841dbb667dc77b18db2427792601b33fb79d70.tar.gz |
security_flags.inc: disable -pie and -fpie from Python3 compilation.
If security_flags.inc is 'required' to the image, -pie and -fpie options
are added to CFLAGS. These are not compatible with -shared GCC option.
The result is several errors of following form and missing Python3
modules in the image:
*.o In function `_start': *.S undefined reference to `main'
collect2: error: ld returned 1 exit status
(From OE-Core rev: 94818c5240b793464700945d0cf057bffb9e1008)
Signed-off-by: Topi Kuutela <topi.kuutela@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions